首页 > 其他 > 详细

机器学习课程笔记 (1)

时间:2018-03-27 10:11:22      阅读:184      评论:0      收藏:0      [点我收藏+]

Concept Learning

  • supervised, eager learning
  • target problem: whether something belongs to the target concept or not

Find-S Algorithm

这个算法得到的是对于数据集最贴切的描述。

优点:

  • 这个算法的 output 一定是最符合 positive 的训练数据集,只要训练数据都正确,output 也同样符合 negative 的训练数据集。

缺点:

  • 对于训练数据中的噪音十分敏感,如果训练数据中含有错误数据,最后得出的 output 会受到很大的影响。
  • 不能保证只有这一种 output 符合训练数据。可能有很多种描述都符合,但这个算法只会得出一种。

Candidate-Elimination Algorithm

相对于 Find-S,这个算法得出两个假设,一个是最贴近数据集的,一个是最 general 的。

机器学习课程笔记 (1)

原文:https://www.cnblogs.com/erin-ma/p/8655188.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!