From 0f3deb88e93cddc6db7e71b2fdff83ca22a3fc2c Mon Sep 17 00:00:00 2001 From: Alejandro Escontrela Date: Mon, 2 Jul 2018 09:43:40 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d08b7d9..157c6cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Afterwards, you can train the network using the following command: Replace `` 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: -portfolio_view +portfolio_view After the CNN has finished training, a .pkl file containing the network's parameters is saved to the directory where the script was run. @@ -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: -portfolio_view +portfolio_view