
PRML
Junjian Zhang
一只小火炉
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2.2 multinomial variable
多变量的Bernoulli distribution原创 2014-11-07 15:07:18 · 876 阅读 · 0 评论 -
1 introduction
主要介绍了ML的原创 2014-11-05 20:39:36 · 326 阅读 · 0 评论 -
2 PROBABLITY DISTRIBUTION
1 对于一个有限的训练样本,建立模型去估计它的probability distribution P(X),称之为density estimation。 我们假设{x1,x2,...,xN},i.i.d,对于不同的模型,选择合适的分布,是PR的核心问题。 The issue of choosing an appropriate distribution relates to the proble原创 2014-11-06 10:48:02 · 585 阅读 · 0 评论 -
3.1 Maximum likelihood and least square
以第一章中多项式曲线拟合为例原创 2014-11-15 16:18:56 · 505 阅读 · 0 评论 -
最大似然估计,最大后验估计,贝叶斯估计
这三种方法都是监督学习中的参数估计方法,假定已知data的分布形式(比如第二章里介绍的各种分布),但是需要确定参数。 1 最大似然估计Maximize Likelihood Estimation等价于曲线拟合中的最小二乘法,MLE把待估的参数看作是确定性的量,只是其取值未知,缺点:容易导致过拟合。 2 最大后验估计Maximize A Posterior Estimation等价于曲线拟合中的原创 2014-11-10 17:52:00 · 1565 阅读 · 0 评论 -
3 linear models for regression
1 有训练集X{x1,x2,...,xN},原创 2014-11-13 20:43:38 · 421 阅读 · 0 评论 -
1.1 polynomial curve fitting
1 polynomial curve fitting is a small regression problem.我们有训练集{x1,x2,...xN}和观测集{t1,t2,...tN};通过ML找寻隐藏在数据后面的关系(y(x,w))。用一个多项式去拟合: 其中M表示model的complexity,对于x是非线性,对于w是线性(linear model)。 利用training d原创 2014-11-05 21:39:32 · 619 阅读 · 0 评论 -
PRML 1 INTRODUCTION
PRML is one of classical book about pr and ml. i need to read i原创 2014-11-04 16:29:01 · 477 阅读 · 0 评论