From 624c04b33afff299121a5ded475070a2f0236cff Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 26 Aug 2023 11:02:37 -0500 Subject: fix: cfg syntax verification and usage messages improved --- utils/settings.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 utils/settings.cfg (limited to 'utils/settings.cfg') diff --git a/utils/settings.cfg b/utils/settings.cfg new file mode 100644 index 0000000..806f895 --- /dev/null +++ b/utils/settings.cfg @@ -0,0 +1,16 @@ +[net] +loss = square ; options (square) +epochs = 40 ; comment +alpha = 1e-4 +weights_path = ~/.config/ml/weights.bin +inputs = x, y +labels = z + +; activation options (relu, sigmoid, softplus, leaky_relu) + +[layer] +neurons=3 +activation=relu + +[outlayer] +activation = sigmoid -- cgit v1.2.3-70-g09d2