Entropy, KL Divergence and Cross Entropy
Cross entropy is a loss function used in classification problems. This post will introduce the definition and the intuition behind cross entropy.
Posts in the Machine Learning Intro series.
Cross entropy is a loss function used in classification problems. This post will introduce the definition and the intuition behind cross entropy.
Maching learning basically have 2 tasks: regression and classification. This post will introduce how to evaluate the performance of ML models in these 2 tasks.