Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
natinavas committed May 15, 2017
2 parents 9be616e + 2a0dd0d commit 226e2c1
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 @@ -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/<aspect-to-be-tested>/<network-architecture>```. Not respecting this will avoid saving the plots.
In order to work well, networks must be placed under ```multilayerPerceptron/src/nets/<aspect-to-be-tested>/<tested-value>```. 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
Expand Down

0 comments on commit 226e2c1

Please sign in to comment.