1.Supervised Learning:
“right answers” given
Note:
Identify the most fitted curve under the influence of multiple variables to predict the results
1.1Regression
Predict continous valued output. Like the following curve
1.2 Classfication
Predict discrete valued output(Set 0 1).
The figure has discrete points(output).
2.Unsupervised Learning:
There is a data set. But we do not what each data point is.
VS
Note:
We just divide data into different groups, but we do not define what these groups are used for.