introduction
machine learning:
Field of study that gives computers the ability to learn without being explicitly programmed
Supervised learning
- "Right answer" given
- regression: 設法預測連續(xù)值
- Classifiation 預測離散值的輸出值
- How to deal with infinite number of features?——Support vector machine
Unsupervised learning
- Without "right answer"
- Find the structure of data in a given data set.
- Clustering algorithm