第一章:
1、How would you define ML?
ML is the field of study that gives computes the ability to learn without being explicitly programmed.
2、What types of problems where Machine shines?
3、What is labeled training set?
每个实例中信息中都包含我们想要的结果(desired solution)。
4、What are the two most common supervised tasks ?
regression and classification.
5、Common unsupervised tasks include clustering, visualization, dimensionality reduction, assionciation rule learning.
6、Reinforcement Learning is likely to perform best if we want a robot learn to walk in various unknown terrains since this is typically the type of problem that Reinforcement Learning tackles. It mig