Skip to content

Commit

Permalink
Update lenet_in_tensorflow.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkrohn committed Jun 22, 2017
1 parent 4b62708 commit 28f1166
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions notebooks/lenet_in_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
"In this notebook, we convert our [LeNet-5-inspired, MNIST-classifying, deep convolutional network](https://github.com/the-deep-learners/TensorFlow-LiveLessons/blob/master/notebooks/lenet_in_keras.ipynb) from Keras to TensorFlow (compare them side by side) following Aymeric Damien's [style](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/3_NeuralNetworks/multilayer_perceptron.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"JK note! Start by copying LeNet-5 notebook, then adapting to add layers individually."
]
},

{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 28f1166

Please sign in to comment.