Part.1_Supervised_Learning(ML_Andrew.Ng.)
# Supervised Learning-Introduction
2021-07-27
Tags: #MachineLearning #SupervisedLearning
# What is supervised learning?
Supervised learning refers to the fact that we gave the algorithm a dataset in which “Right Answers” were given. 监督学习需要给机器标签, 指出正确答案是什么
# What topics does supervised learning include?
# Regression
Predict a continuous valued output. 根据有限的信息预测出连续的变化范围
# Classification
根据有限的输出做出离散的(Discrete)判断