Skip to content

Commit 4e829a6

Browse files
kokimameaymericdamien
authored andcommitted
Fixed typo (aymericdamien#159)
1 parent c0c59e4 commit 4e829a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/3_NeuralNetworks/autoencoder.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"import numpy as np\n",
3434
"import matplotlib.pyplot as plt\n",
3535
"\n",
36-
"# Import MINST data\n",
36+
"# Import MNIST data\n",
3737
"from tensorflow.examples.tutorials.mnist import input_data\n",
3838
"mnist = input_data.read_data_sets(\"MNIST_data\", one_hot=True)"
3939
]

0 commit comments

Comments
 (0)