Update 17_2_Reparameterization_Trick.ipynb

This commit is contained in:
Pietro Monticone
2023-10-30 18:15:51 +01:00
parent 78eaa6312d
commit 5cbdaefc96

View File

@@ -83,7 +83,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# Let's approximate this expecctation for a particular value of phi\n", "# Let's approximate this expectation for a particular value of phi\n",
"def compute_expectation(phi, n_samples):\n", "def compute_expectation(phi, n_samples):\n",
" # TODO complete this function\n", " # TODO complete this function\n",
" # 1. Compute the mean of the normal distribution, mu\n", " # 1. Compute the mean of the normal distribution, mu\n",