- Regression/回归
- Classification/分类
- Binary
- Multi-class
- etc
- 监督学习需要标记好的数据
- 一对 (Input, Output)
- 在训练完成后
- 输入未训练的值
- 其需要预估可能的输出
向量内的
Input = Attribute(s) = Feature(s) = Independent Variable
Output = Target = Response = Dependent Variable
Function = Hypothesis = Predictor
- Generality
- Adaptability
- Applicability