Skip to content

Commit 71b85ec

Browse files
committed
Fix typo in nbviewer path
1 parent f698c5b commit 71b85ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoencoder-applications/variational_autoencoder_dfc.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"### Plain VAE\n",
1818
"\n",
19-
"In a [previous article](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/dev//autoencoder-applications/variational_autoencoder.ipynb) I introduced the variational autoencoder (VAE) and how it can be trained with a variational lower bound $\\mathcal{L}$ as optimization objective using stochastic gradient ascent methods. In context of stochastic gradient descent its negative value is used as loss function $L_{vae}$ which is a sum of a reconstruction loss $L_{rec}$ and a regularization term $L_{kl}$:\n",
19+
"In a [previous article](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/dev/autoencoder-applications/variational_autoencoder.ipynb) I introduced the variational autoencoder (VAE) and how it can be trained with a variational lower bound $\\mathcal{L}$ as optimization objective using stochastic gradient ascent methods. In context of stochastic gradient descent its negative value is used as loss function $L_{vae}$ which is a sum of a reconstruction loss $L_{rec}$ and a regularization term $L_{kl}$:\n",
2020
"\n",
2121
"$$\n",
2222
"\\begin{align*}\n",
@@ -771,4 +771,4 @@
771771
},
772772
"nbformat": 4,
773773
"nbformat_minor": 2
774-
}
774+
}

0 commit comments

Comments
 (0)