美文网首页
机器学习基石Part1

机器学习基石Part1

作者: Emily_3b7b | 来源:发表于2017-10-19 07:39 被阅读0次

1. data -> ML -> skill

skill: improve some performance measure

machine learning: improve some performance measure with experience computed from data

decide whether to use ML:

(1)exists some "underlying pattern" to be learned

(2)no programmable definition

(3)somehow there is data about the pattern

2. The learning model:

training examples,   hypothesis set --->  learning algorithm ---> final hypothesis g

3. Difference:

Machine Learning: use data to compute hypothesis g that approximates target f

Data Mining: use huge data to find property that is intersting

Artificial Intelligence: compute something that shows intelligent behavior

Statistics: use data to make inference about an unknown process

4. 

5. Perceptron Learning Algorithm (PLA)

-- A fault confessed is half redressed.

next can follow naive cycle(1..N)

6. Linear Separability: if PLA can halt(stop)

7. Pocket Algorithm: modify PLA algorithm by keeping best weights in pocket.

maker fewer mistakes until enough iterations

pocket is slower than PLA, because it needs to compare with old w and store better weight.

8. Multiclass classification problem: which type

regression: stock price, temperature

binary classification: y={-1, +1}

structured learning:

9. Supervised learning: every Xn comes with corresponding Yn

Unsupervised learning: multiclass classification <=> 'clustering',  learning without Yn

eg: articles => topics

Semi-supervised learning: coin recognition with some Yn

Reinforcement learning: learn with "partial/implicit information" (often sequentially)

10. Different Input space: concrete, raw, abstract features

11. Hoeffding's Inequality

相关文章

  • 机器学习基石Part1

    1. data -> ML -> skill skill: improve some performance me...

  • 机器学习资料汇总

    机器学习课程 台湾国立大学林轩田的机器学习基石和机器学习技法:包括老师主页,b站视频(基石和技法),很全面的笔记(...

  • 机器学习基石

    Coursera课程 豆瓣机器学习基石学习笔记 Learning from Data

  • 机器学习基石(一)

    《机器学习基石》是国立台湾大学林轩田讲授的一门课程,课程的续集是《机器学习技法》。《机器学习基石》是网上热荐的一门...

  • 机器学习基石(二)

    《机器学习基石》是国立台湾大学林轩田讲授的一门课程,课程的续集是《机器学习技法》。《机器学习基石》是网上热荐的一门...

  • 机器学习笔记(1)

    机器学习笔记(1) 参考书:周志华《机器学习》 第1章 绪论 Part1 基本概念 1.机器学习的研究内容:如何从...

  • 《机器学习&&深度学习》 视频课程资源百度云下载

    《机器学习&&深度学习》 视频课程资源百度云下载。 林轩田:机器学习基石 链接:http://pan.baidu....

  • 机器学习基石&技法

    基石视频链接:https://www.bilibili.com/video/av12463015基石课件链接:ht...

  • 《机器学习基石》——学习笔记

    转载自:https://www.douban.com/doulist/3440234/ 学习Coursera 上台...

  • Resource

    机器学习基石bloghttp://blog.fukuball.com/machine-learning-found...

网友评论

      本文标题:机器学习基石Part1

      本文链接:https://www.haomeiwen.com/subject/ihbeyxtx.html