Machine Learning Garden

Powered by 🌱Roam Garden

Negative Log-Likelihood (NLL)

References

Tags: concept

Sources:

Related notes:

Updates:

April 20th, 2021: created note.

Notes {{word-count}}

Summary:

Key points:

θ⋆←arg⁑minβ‘ΞΈβˆ’βˆ‘ilog⁑pΞΈ(yi∣xi)\theta^{\star} \leftarrow \arg \min _{\theta}-\sum_{i} \log p_{\theta}\left(y_{i} \mid x_{i}\right)

The βˆ’βˆ‘ilog⁑pΞΈ(yi∣xi)-\sum_{i} \log p_{\theta}\left(y_{i} \mid x_{i}\right) part is also a Loss Function.

This is also called Cross-Entropy.

Negative Log-Likelihood (NLL)