From ada44be0bf127eaf891aecaa1a66ccbd6e661437 Mon Sep 17 00:00:00 2001 From: andres-torres-dev <76075696+andres-torres-dev@users.noreply.github.com> Date: Fri, 16 Apr 2021 07:19:53 -0500 Subject: [PATCH] Update nb_ch08_01.ipynb markdown text fix --- chapter_08/nb_ch08_01.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_08/nb_ch08_01.ipynb b/chapter_08/nb_ch08_01.ipynb index dd6054d..9f81180 100644 --- a/chapter_08/nb_ch08_01.ipynb +++ b/chapter_08/nb_ch08_01.ipynb @@ -194,7 +194,7 @@ " KL(q_\\lambda(\\theta_1) || p(\\theta_1|D))\n", "$$\n", "\n", - "Note that, TFP can calculate he KL divergence only between some distributions. Unfornunatly the it cannot calculate the KL-Divergence between a gamma and a normal distribution. Hence, approximate the KL divergence by drawing samples:\n", + "Note that, TFP can calculate he KL divergence only between some distributions. Unfornunatly it cannot calculate the KL-Divergence between a gamma and a normal distribution. Hence, approximate the KL divergence by drawing samples:\n", "\n", "$$\n", " KL(q_\\lambda(\\theta_1) || p(\\theta_1|D)) = \\int \\frac{\\log(p(\\theta_1|D)}{q_\\lambda(\\theta_1))} q_\\lambda(\\theta_1) \\; d\\theta_1 = \n",