CS156 Machine Learning -1 The Learning Problem 笔记

大纲

CS156 Machine Learning -1 The Learning Problem 笔记_第1张图片

example of machine learning

Predicting how a viewer will rate a movie

Movie rating - a solution

spectrum 范围
The essece of machine learning:

  • A pattern exists
  • We cannot pin it down mathematially.
  • We have data on it.

CS156 Machine Learning -1 The Learning Problem 笔记_第2张图片

The learning approah

CS156 Machine Learning -1 The Learning Problem 笔记_第3张图片

Components of learning

Metaphor(比喻): Credit approval
Applicant information:

kind info
age 23 years
gender male
annual salary $30,000
years in residence 1 year
years in job 1 year
current debt $15,000
... ...

10.PNG
为什么需要hypothesis set

  • no downside for including a hypothesis set in the formalization, but there is an upside

    • no downside:

      • no loss of generality in putting
    • upside:

      • the hypothesis set will play a pivotal role in the theory of learning, make the theory go through?

Solution components

CS156 Machine Learning -1 The Learning Problem 笔记_第4张图片
quadratic programming 二次编程???
glorious 最好的,极好的
pinpoint 精确查找

A simple model

A simple hypothesis set - the `pereptron'

14.PNG

CS156 Machine Learning -1 The Learning Problem 笔记_第5张图片

A simple learning algorithm - PLA

CS156 Machine Learning -1 The Learning Problem 笔记_第6张图片

Types of learning

Basic premise of learning

premise 前提
underlying process 基本过程
24.PNG

Supervised Learning

CS156 Machine Learning -1 The Learning Problem 笔记_第7张图片
vending 贩卖

Unsupervised Learning

CS156 Machine Learning -1 The Learning Problem 笔记_第8张图片
虽然没办法知道具体类别,但是可以做出分类

Reinforcement Learning

CS156 Machine Learning -1 The Learning Problem 笔记_第9张图片

a learning puzzle

CS156 Machine Learning -1 The Learning Problem 笔记_第10张图片
想这种样例少,为给出确定函数的,实际上根据不同规则是可以有不同答案的

你可能感兴趣的:(机器学习)