MM Algorithm
The MM algorithm is an iterative optimization method which exploits the convexity of a function in order to find its maxima or minima. The MM stands for “Majorize-Minimization” or “Minorize-Maximization”, depending on whether the desired optimization is a minimization or a maximization. Despite the name, MM itself is not an algorithm, but a description of how to construct an optimization algorithm.
MM 算法原理
MM 主要的思想是 非凸函数 太难优化了,我们就构造一个 “ 代理模型 ” ,通过迭代优化该函数达到优化的目的。
EM 算法 - 收敛性
Schur Complement
在线性代数和矩阵论中,分块矩阵的舒尔补定义如下:
如果 是 可逆的
,则矩阵 对于块 的舒尔补 矩阵可以定义为
多元高斯分布
高斯分布
概率图
概率图模型(Probabilistic Graphical Model, PGM),简称图模型(Graphical Model,GM),是指一种用图结构来描述多元随机变量之间条件独立性的概率模型,从而给研究高维空间的概率模型带来了很大的便捷性。
为什么讲条件独立性呢?
对于一个 维随机向量,其联合概率为高维空间中的分布,一般难以直接建模。假设有
为离散随机变量并且有 个取值,在不作任何假设的情况下,则需要 个参数才能表示其概率分布。参数是指数级的,我们在多元高斯分布中也反复说明过 高维问题,贝叶斯分类器条件假设。
朴素贝叶斯分类器
贝叶斯定理
Mixture Model
In statistics, a mixture model is a probabilistic model for representing the presence of subpopulations within an overall population, without requiring that an observed data set should identify the sub-population to which an individual observation belongs
Introduce
三硬币模型
假设有 3 枚硬币,分别记作 。这些硬币正面出现的概率分别是 。进行如下掷硬币实验:先掷硬币 ,根据其结果选出硬币 ,反面选硬币 ;然后掷选出的硬币,掷硬币的结果,出现正面记作 1,出现反面记作 0;独立地重复 次实验(这里,),观测结果如下: