update demo jupyter notebooks

This commit is contained in:
Leon Chen
2016-10-05 22:26:02 -04:00
parent f69b09de48
commit 689df08809
2 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# MNIST CNN\n",
"# Simple Convnet - MNIST\n",
"\n",
"Slightly modified from mnist_cnn.py in the Keras examples folder:\n",
"\n",
@@ -262,6 +262,7 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
+2 -4
View File
@@ -4,13 +4,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# MNIST VAE\n",
"# Convolutional Variational Autoencoder - MNIST\n",
"\n",
"Slightly modified from variational_autoencoder_deconv.py in the Keras examples folder:\n",
"\n",
"**https://github.com/fchollet/keras/blob/master/examples/variational_autoencoder_deconv.py**\n",
"\n",
"Here, we use 3 latent dimensions instead of 2"
"**https://github.com/fchollet/keras/blob/master/examples/variational_autoencoder_deconv.py**"
]
},
{