Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alescontrela committed Jul 2, 2018
1 parent 8d04613 commit 0f3deb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Afterwards, you can train the network using the following command:

Replace `<file_name>` with whatever file name you would like. The terminal should display the following progress bar to indicate the training progress, as well as the cost for the current training batch:

<img width="80%" alt="portfolio_view" src="https://github.com/Alescontrela/Numpy-CNN/blob/master/images/training_progress.png">
<img width="80%" align="middle" alt="portfolio_view" src="https://github.com/Alescontrela/Numpy-CNN/blob/master/images/training_progress.png">


After the CNN has finished training, a .pkl file containing the network's parameters is saved to the directory where the script was run.
Expand All @@ -33,4 +33,4 @@ To measure the network's accuracy, run the following command in the terminal:

This command will use the trained parameters to run predictions on all 10,000 digits in the test dataset. After all predictions are made, a value displaying the network's accuracy will appear in the command prompt:

<img width="80%" alt="portfolio_view" src="https://github.com/Alescontrela/Numpy-CNN/blob/master/images/test_accuracy.png">
<img width="80%" align="middle" alt="portfolio_view" src="https://github.com/Alescontrela/Numpy-CNN/blob/master/images/test_accuracy.png">

0 comments on commit 0f3deb8

Please sign in to comment.