Skip to content

Commit

Permalink
add notebook links
Browse files Browse the repository at this point in the history
  • Loading branch information
gunarp committed Sep 1, 2020
1 parent 8c6afe2 commit c05d7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Part 4/model/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"\n",
"Here's a pretty common visualization of how a neural network looks like:\n",
"\n",
"![Neural network visualization](assets\\nn.png)\n",
"![[Neural network visualization]()](https://i.ibb.co/mzCxfFH/nn.png)\n",
"\n",
"A neural network can be categorized into three parts:\n",
"- Input Layer: The data we feed into this network\n",
Expand All @@ -64,7 +64,7 @@
"\n",
"At a high level, this is what our neural network does (read bottom-up):\n",
"\n",
"![CNN visulatiozation](assets\\cnn.png)\n",
"![[CNN visulatiozation]()](https://i.ibb.co/JFH3rP1/cnn.png)\n",
"\n",
"1. We take in our input image\n",
"2. Do a convolution over the original image to isolate features.\n",
Expand Down

0 comments on commit c05d7b8

Please sign in to comment.