机器学习中的Inductive Bias




机器学习算法中,假设学习器在预测中逼近正确的结果,其中包括在训练中未出现的样本。既然是未知的状况,结果可以是任意的结果,若没有其他假设,这任务就无法解决。这种关于目标函数的必要假设就称为*归纳偏置*。

归纳偏差有点像我们所说的先验(Prior),但是有点不同的是归纳偏差在学习的过程中不会更新,但是先验在学习后会不断地被更新。

Algorithm | Inductive Bias

---|---

Linear Regression | The relationship between the attributes x and the output y is linear. The goal is to minimize the sum of squared errors.

Single-Unit Perceptron | Each input votes independently toward the final classification (interactions between inputs are not possible).

Neural Networks with Backpropagation | Smooth interpolation between data points.

K-Nearest Neighbors | The classification of an instance x will be most similar to the classification of other instances that are nearby in Euclidean distance.

Support Vector Machines | Distinct classes tend to be separated by wide margins.

Naive Bayes | Each input depends only on the output class or label; the inputs are independent from each other.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 平桥区二小毕业班家长会 心得体会 刘二班余林潞家长 余顺河 孩子快乐而又难忘的小学生活即...
    杨仁珮001阅读 9,681评论 0 2
  • 数组的介绍 数组(Array)是一串有序的由相同类型元素构成的集合 数组中的集合元素是有序的,可以重复出现 Swi...
    猴子的救兵520阅读 392评论 0 0
  • 文/Nichole 管理/职场 周一刚回到公司,相信大多数上班族一样,还处于从周末到工作日的过渡中。除了心态上尚未...
    翁萍阅读 227评论 0 0
  • 先走一遍。有时间的话,我还是愿意看何帆老师的文字,没时间才听。不是贬低朗读者,而是在朗读的过程中,有诸多因素。比如...
    雷光祥阅读 262评论 0 0