1
0
mirror of https://github.com/phlippe/uvadlc_notebooks.git synced 2022-04-17 03:27:25 +03:00

Tutorial 8: Fixing sum

This commit is contained in:
Phillip Lippe
2020-12-14 18:47:43 +01:00
parent 02ea83358f
commit d487edb9af

View File

@@ -147,7 +147,7 @@
"q_{\\theta}(\\mathbf{x}) = \\frac{\\exp\\left(-E_{\\theta}(\\mathbf{x})\\right)}{Z_{\\theta}} \\hspace{5mm}\\text{where}\\hspace{5mm}\n",
"Z_{\\theta} = \\begin{cases}\n",
" \\int_{\\mathbf{x}}\\exp\\left(-E_{\\theta}(\\mathbf{x})\\right) d\\mathbf{x} & \\text{if }x\\text{ is continuous}\\\\\n",
" \\sum_{\\mathbf{x}}\\exp\\left(-E_{\\theta}(\\mathbf{x})\\right) d\\mathbf{x} & \\text{if }x\\text{ is discrete}\n",
" \\sum_{\\mathbf{x}}\\exp\\left(-E_{\\theta}(\\mathbf{x})\\right) & \\text{if }x\\text{ is discrete}\n",
"\\end{cases}\n",
"$$\n",
"\n",
@@ -5063,7 +5063,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.8.6"
}
},
"nbformat": 4,