Entropy, KL Divergence and Cross Entropy

Aug 22, 2023 · 3 min.
Machine Learning Tutorial

Cross entropy is a loss function used in classification problems. This post will introduce the definition and the intuition behind cross entropy.

How to Evaluate the Performance of ML Models

Aug 22, 2023 · 3 min.
Machine Learning Tutorial

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.