Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix for ANN parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgrady committed Dec 19, 2019
1 parent 353bb7e commit 15fdac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/AlgorithmDefinition.elm
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ json =
"displayName": "Epoch",
"min": "1",
"type": "Integer",
"default": "5000000"
"default": "50000"
},
{
"doc": "Minimum mean square error of the epoch. Square root of the sum of squared differences between the network targets and actual outputs divided by number of patterns (only for training by minimum error). ",
"name": "MinimumError",
"name": "MinimunError",
"displayName": "Minimum Error",
"min": "0",
"max": "0.5",
Expand Down

0 comments on commit 15fdac4

Please sign in to comment.