From 0baa1c1beb9c52e4541c715e04ceb17402e05e19 Mon Sep 17 00:00:00 2001 From: jvech Date: Mon, 23 Oct 2023 10:48:18 -0500 Subject: setup: install_config added, README updated --- utils/settings.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'utils') 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] -- cgit v1.2.3-70-g09d2