We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea868f commit 20fa1a6Copy full SHA for 20fa1a6
bayesian_neural_networks.ipynb
@@ -375,7 +375,7 @@
375
" \\log p(\\mathcal{D} \\lvert \\mathbf{w}) - \n",
376
" \\log p(\\mathbf{w})\n",
377
"\\right] + \\log p(\\mathcal{D}) \\\\\\\\ &=\n",
378
- "\\mathrm{KL}(q(\\mathbf{w} \\lvert \\boldsymbol{\\theta}) \\mid\\mid q(\\mathbf{w})) - \n",
+ "\\mathrm{KL}(q(\\mathbf{w} \\lvert \\boldsymbol{\\theta}) \\mid\\mid p(\\mathbf{w})) - \n",
379
"\\mathbb{E}_{q(\\mathbf{w} \\lvert \\boldsymbol{\\theta})} \\log p(\\mathcal{D} \\lvert \\mathbf{w}) +\n",
380
"\\log p(\\mathcal{D})\n",
381
"\\end{align*}\n",
0 commit comments