mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-09 11:25:25 +08:00
update demo jupyter notebooks
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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**"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user