negative log likelihood
文章目录
似然函数(likelihood function)
Overview
在机器学习中,似然函数是一种关于模型中参数的函数。“似然性(likelihood)”和"概率(probability)"词意相似,但在统计学中它们有着完全不同的含义:概率用于在已知参数的情况下,预测接下来的观测结果;似然性用于根据一些观测结果,估计给定模型的参数可能值。
Probability is used to describe the plausibility of some data, given a value for the parameter. Likelihood is used to describe the plausibility of a value for the parameter, given some data.
—from wikipedia [ 3 ] ^[3] [3]
其数学形式表示为:
假设 X X X是观测结果序列,它的概率分布 f x f_{x} fx依赖于参数 θ \theta θ,则似然函数表示为
L ( θ ∣ x ) = f θ ( x ) = P θ ( X = x ) L(\theta|x)=f_{\theta}(x)=P_{\theta}(X=x) L(θ∣x)=fθ