From afd20d03640a61178555a79fa90bd923210538c7 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:03:17 -0400 Subject: [PATCH] Update 17_1_Latent_Variable_Models.ipynb --- Notebooks/Chap17/17_1_Latent_Variable_Models.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap17/17_1_Latent_Variable_Models.ipynb b/Notebooks/Chap17/17_1_Latent_Variable_Models.ipynb index b79df19..a8cba0a 100644 --- a/Notebooks/Chap17/17_1_Latent_Variable_Models.ipynb +++ b/Notebooks/Chap17/17_1_Latent_Variable_Models.ipynb @@ -55,7 +55,7 @@ "Pr(z) = \\text{Norm}_{z}[0,1]\n", "\\end{equation}\n", "\n", - "As in figure 17.2, we'll assume that the output is two dimensional, we we need to define a function that maps from the 1D latent variable to two dimensions. Usually, we would use a neural network, but in this case, we'll just define an arbitrary relationship.\n", + "As in figure 17.2, we'll assume that the output is two dimensional, we need to define a function that maps from the 1D latent variable to two dimensions. Usually, we would use a neural network, but in this case, we'll just define an arbitrary relationship.\n", "\n", "\\begin{align}\n", "x_{1} &=& 0.5\\cdot\\exp\\Bigl[\\sin\\bigl[2+ 3.675 z \\bigr]\\Bigr]\\\\\n",