Relation

Learning Conditional Distributions with Maximum Likelihood

The cost function for maximum likelihood is as follows:

J(θ) = −Ex,y∼ˆpdatalog pmodel(y | x).

The specific parameters of the cost function may change depending on the model being used, specifically a form of logpmodel.

One advantage of using maximum likelihood for the cost function is that there's no burden of designing cost functions for each model because it's automatically determined.

0

2

Updated 2021-06-05

Tags

Data Science