
学习笔记
文章平均质量分 92
小屋归
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PRML阅读笔记(一)
Ch1 introduction绪论 模式识别(pattern recognition) The field of pattern recognition is concerned with ==the automatic discovery of regularities== in data through the use of computer algorithms and wit...原创 2018-09-17 20:10:54 · 734 阅读 · 0 评论 -
PRML阅读笔记(三)
CH3 Linear models for regression回归的线性模型 3.1线性基函数模型 回归的最简单模型 y(x,w)=w0+w1x1+…+wDxD y(\boldsymbol x,\boldsymbol w)=w_0+w_1x_1+\ldots+w_Dx_D y(x,w)=w0+w1x1+…+wDxD 其中x=(x1,…,xD)T\boldsymbol x=(x_1,...原创 2018-09-19 22:44:47 · 847 阅读 · 0 评论