Stanford CS229(2018 fall) class notes
https://see.stanford.edu/Course/CS229
Supervised learning
Given a training set, to learn a function h : X → Y so that h(x) is a “good” predictor for the corresponding value of y.
regression problem (y is continuous) vs classification problem (y is d...
katemle.hashnode.dev2 min read