Machine Learning by Andrew Ng
Week 1 - Introduction
-
Supervised Learning
可以分为以下两种:
-
Regression problem
- housing price prediction
- right answers
- continuous value
-
Classification problem
- breast cancer
- discrete value
- Unsupervised Learning
- clustering algorithm
- cocktail party problem
Week 1 - Linear Regression with One Variable
- Model and Cost Function
网友评论