Skip to content

Commit 20fa1a6

Browse files
committed
Fix typo
1 parent 2ea868f commit 20fa1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesian_neural_networks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
" \\log p(\\mathcal{D} \\lvert \\mathbf{w}) - \n",
376376
" \\log p(\\mathbf{w})\n",
377377
"\\right] + \\log p(\\mathcal{D}) \\\\\\\\ &=\n",
378-
"\\mathrm{KL}(q(\\mathbf{w} \\lvert \\boldsymbol{\\theta}) \\mid\\mid q(\\mathbf{w})) - \n",
378+
"\\mathrm{KL}(q(\\mathbf{w} \\lvert \\boldsymbol{\\theta}) \\mid\\mid p(\\mathbf{w})) - \n",
379379
"\\mathbb{E}_{q(\\mathbf{w} \\lvert \\boldsymbol{\\theta})} \\log p(\\mathcal{D} \\lvert \\mathbf{w}) +\n",
380380
"\\log p(\\mathcal{D})\n",
381381
"\\end{align*}\n",

0 commit comments

Comments
 (0)