home..

cs229

[toc]

Lecture 1 - Welcome

What’s machine learning?

Supervised Learning

Machine Learning Strategy (Learning Theory)

Deep Learning

Unsupervised Learning

Lecture 2 - Linear Regression & Gradoent Descent

PART I - linear regression

notation

如何选取$\theta$?

希望$\theta$–minimize->$\sum\limits_{i=1}^{m}(h(x^{(i)})-y^{(i)})^2$

为了方便,一般前面加一个系数$\frac{1}{2}$

\[J(\theta)=\frac{1}{2}\sum\limits_{i=1}^{m}(h(x^{(i)})-y^{(i)})^2\]

batch/gradient descent

normal equation

© 2023 huyi   •  Powered by Soopr   •  Theme  Moonwalk