Path: blob/master/notebooks/book2/05/minimize_kl_divergence_original.ipynb
1193 views
Kernel: Python 3
Minimize KL-divergence between two distributions
In [3]:
Out[3]:
/home/shobro/anaconda3/lib/python3.7/site-packages/probml_utils/plotting.py:26: UserWarning: LATEXIFY environment variable not set, not latexifying
warnings.warn("LATEXIFY environment variable not set, not latexifying")
In [4]:
In [5]:
In [6]:
In [7]:
In [8]:
Out[8]:
Text(0.5, 1.0, 'Iteration vs loss\n$\\min_{p}\\ KL[q ; p]$')
In [10]:
Out[10]:
/home/shobro/anaconda3/lib/python3.7/site-packages/probml_utils/plotting.py:79: UserWarning: set FIG_DIR environment variable to save figures
warnings.warn("set FIG_DIR environment variable to save figures")