diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/settings.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/settings.cfg b/utils/settings.cfg index eee85fc..83a0b62 100644 --- a/utils/settings.cfg +++ b/utils/settings.cfg @@ -1,15 +1,15 @@ [net] loss = square ; options (square) -epochs = 200 ; comment -alpha = 1e-2 +epochs = 500 ; comment +alpha = 1 weights_path = utils/weights.bin -inputs = x -labels = y +inputs = x, y +labels = z ; activation options (relu, sigmoid, softplus, leaky_relu) [layer] -neurons=20 +neurons=10 activation=sigmoid [outlayer] |