一、什么是机器学习
Arthur Samuel:gives computer the ability to learn without being explicitly programmed.
Tom Mitchell: if computers performance on T, as measured by P, improves withe experience E.
二、监督学习
Eg.housing price prediction
dataset with right answers.
regression problem: to predict continuous results
classification problem: to predict discrete results
三、无监督学习
dataset with no right answers
finding the structure in the data
cluster algorithms: eg.google news
social network analysis/market segmentation