标签:class blog http com 数据 2014
Arthur Samuel (1959). Machine Learning: Field of study that gives computers the ability to learn without being explicitly programmed.
Tom Mitchell (1998) Well-posed Learning Problem: A computer program is said to learnfrom experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.
如果一个计算机程序针对某类任务T的用P衡量的性能根据经验E来自我完善,那么我们称这个计算机程序在从经验E中学习,针对某类任务T,它的性能用P来衡量。
主要是两大类:
其它还有:强化学习,推荐系统等等。
两大类:
回归:定量输出,或者说连续变量预测
分类:定性输出,或者说离散变量预测
举例来说:
根据面积预测房价就是回归:
根据肿瘤大小预测乳腺癌是良性的还是恶性的就是分类(毕竟只有两种可能,良性或者恶性):
无监督,简单而言就是不告诉计算机如何分类,直接输入数据,计算机自己进行分类。
所谓“一图抵千言”,直接看图可能效果更好些:
本篇主要参考了以下资料:
Coursera公开课机器学习:Introduction,布布扣,bubuko.com
标签:class blog http com 数据 2014
原文地址:http://www.cnblogs.com/newc/p/3805445.html