From 2a0dd0d9a4ab6ecba875b1e679e35a88a973415a Mon Sep 17 00:00:00 2001 From: Juan Marcos Bellini Date: Mon, 15 May 2017 12:52:10 -0300 Subject: [PATCH] Fix spelling error in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24c1d2f..37c5773 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ After running the script, networks will be created according to the configuratio #### Testing This script also defines a function that receives as an argument the location of a .mat file in which a "confs" variable is stored. This variable must be a cell containing the locations of the trained netowork files to be tested. Also, another argument is defines for this function. This second argument is the location in which to place a csv file with output data. After running the script, a csv file with quadratic mean errors of testing will be created, and plots will be saved. -In order to work well, networks must be placed under ```multilayerPerceptron/src/nets//```. Not respecting this will avoid saving the plots. +In order to work well, networks must be placed under ```multilayerPerceptron/src/nets//```. Not respecting this will avoid saving the plots. Example of path of networks: -Having your networks under ```multilayerPerceptron/src/nets/test-of-improvements/10_8_5_4_2``` will result in saving plots under ```multilayerPerceptron/src/figs/test-of-improvements/10_8_5_4_2```. +Having your networks under ```multilayerPerceptron/src/nets/test-of-improvements/10_8_5_4_2``` will result in saving plots under ```multilayerPerceptron/src/figs/test-of-improvements/momentum```. ## Authors