Skip to content

Commit

Permalink
fix intro
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 16, 2024
1 parent fc30a3d commit 5e61dd8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion content/11-machine-learning/keras-mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook uses keras and the tensorflow backend to do character recognition on the MNIST digits. You need to have the `keras` and `tensorflow` packages installed. Also for visualization of the network, you need to have `pydot` installed.\n",
"This notebook uses keras and the tensorflow backend to do character recognition on the MNIST digits. \n",
"\n",
"````{important}\n",
"\n",
"You need to have the `keras` and `tensorflow` packages installed. \n",
"\n",
"For visualization of the network, you need to have `pydot` installed.\n",
"````\n",
"\n",
"We folow the example for setting up the network:\n",
"https://github.com/Vict0rSch/deep_learning/tree/master/keras/feedforward"
Expand Down

0 comments on commit 5e61dd8

Please sign in to comment.