Goto

Collaborating Authors

 cross validated


machine learning - Why do we minimise a cost function instead of maximising an equivalent? - Cross Validated

#artificialintelligence

You tagged this question with the tag "Maximum Likelihood". In maximum likelihood estimation you explicitly maximize an objective function (namely the likelihood). It just so happens that for an observation that we assume to be drawn from a Gaussian random variable, the likelihood function usually takes a nice form after you take a logarithm. Then there is usually a leading negation, encouraging the entrepreneurial optimizer to switch away from maximizing the objective to minimizing the negative of objective, or roughly the "cost". For discrete maximum likelihood estimation the "cost" also has another meaningful name since it takes the same form as the euclidean distance in the observation space.


r/MachineLearning - [D] Can we minimize counting cost function for perceptron algorithm?

#artificialintelligence

The question is posted on Cross Validated (haven't figured out how to write formulas in reddit). Feel free to leave your comments either here or at Cross Validated.