
Machine Learning Foundation__Hsuan-
HaronW
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IV. Feasibility of Learning
IV. Feasibility of Learning 1. Learning is Impossible? Lin provides two examples to show learning seems to be impossible. 2. Probability to the Rescue Hoeffding’s Inequality: μ\muμ is the actual freq...原创 2020-03-17 21:45:07 · 212 阅读 · 0 评论 -
III. Types of Learning
III. Types of Learning 1. Learning with Different Output Space yyy Classification , binary classifiction, multiclass classification Regression Structured, output a structure including videos, images, ...原创 2020-03-17 19:17:34 · 161 阅读 · 0 评论 -
II. Perceptron Learning Algorithm PLA
Learning to Answer Yes/No 1. Perceptron Hypothesis Set Perceptron 感知机 ⇔\Leftrightarrow⇔ linear(binary) classifier h(x)=sign((∑i=1d)−threshold)h(x)=sign(∑i=1dwixi+(−thresholdw0)⋅(+1x0))h(x)=sign(∑i=0d...原创 2020-03-16 18:33:28 · 164 阅读 · 0 评论