Machine Learning and Data Mining Lecture 1

1. The learning problem - Outline

    1.1 Example of machine learning

  Predicting how a viewer will rate a moive?

  10% improvement = 1 million dollar prize

The essence of machine learning:

A pattern exists

We cannot pin it down mathematically

We have data

The following method is not machine learning.

When you tag viewer from different perspective(attributes) and predict other viewer with the similar attributes,it's not machine learning.

 Components of learning

Formalization:

  Input: x (customer application)

Output: y (good/bad customer)

Target Function: f: x->y (ideal credit approval formula)

Data:(x1,y1),(x2,y2),(x3,y4),.....,(xn,yn)

Hypothesis:  g: x->y

 Supervised Learning

  Example from vending machines - coin recogniztion.

The input data can be classify.

Unsupervised Learning

  There are the data and good luck try to predict the credit.

For example, when you learning a foreign language, you have no other resource to learn , what you have is the radio . So

you listen it everyday even though you don't understand it. but eventually,your brain will build a model in your head.

when you have a teacher to teach you the foreign language, you will be able to learning that foreign language much faster.

Reinforcement Learning

we get(input, some output, grade for the output)

1.2 Components of Learning

1.3 A simple model

1.4 Types of learning

1.5 Puzzle

最新文章

  1. 使用 Nodejs 搭建简单的Web服务器
  2. intellij idea 15 修改基础配置加载路径
  3. 【迁移】—Entity Framework实例详解 转
  4. software_testing_work3_question1
  5. (转)MFC的一些宏的整理 (DECLARE_DYNCREATE/IMPLEMENT_DYNCREATE)
  6. Ural 1018 (树形DP+背包+优化)
  7. 取url的键值对,location的search:从?开始的字符串
  8. fwite写入文件
  9. jQuery中的渐变动画效果
  10. Android权限安全(3)权限的分级和自定义权限
  11. ABP+AdminLTE+Bootstrap Table权限管理系统第三节--abp分层体系及实体相关
  12. 2017多校第10场 HDU 6180 Schedule 贪心,multiset
  13. vue.js之生命周期,防止闪烁,计算属性的使用,vue实例简单方法和循环重复数据
  14. Shiro限制登录尝试次数
  15. FM算法(二):工程实现
  16. HBase 架构脑图
  17. 2018-11-13 中文代码示例之Programming in Scala学习笔记第二三章
  18. [Oracle]Oracle 各产品的 生命周期
  19. 采用Extjs MVVM + ThinkPHP 架构开发的思考
  20. 3D场景鼠标点选择物体

热门文章

  1. 【2017-05-25】WebForm母版页
  2. With our powers combined! xgboost and pipelearner
  3. [认证授权] 4.OIDC(OpenId Connect)身份认证授权(核心部分)
  4. Java 后台创建word 文档
  5. 网络编程应用:基于TCP协议【实现文件上传】--练习
  6. 【毕业设计】基于Android的家校互动平台开发(内含完整代码和所有文档)——爱吖校推(你关注的,我们才推)
  7. 深入探索C++对象模型(六)
  8. vue-router路由参数刷新消失的问题
  9. Bash中的字符串变量扩展
  10. oracle学习笔记(2)-基本术语