diff options
author | jvech <jmvalenciae@unal.edu.co> | 2023-10-23 10:48:18 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2023-10-23 10:48:18 -0500 |
commit | 0baa1c1beb9c52e4541c715e04ceb17402e05e19 (patch) | |
tree | 7f7df6ffc9be995ba33e303104018680762a4441 /utils/settings.cfg | |
parent | 17b2cf8dc274f950865911185fc4c6a9ccf915d5 (diff) |
setup: install_config added, README updated
Diffstat (limited to 'utils/settings.cfg')
-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] |