From 4a5b6b12040a87dd8319a735cc48f31a2d140e3a Mon Sep 17 00:00:00 2001 From: jvech Date: Thu, 18 Jul 2024 21:42:38 -0500 Subject: add: linear activation added --- tests/architectures/sine.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/architectures/sine.cfg (limited to 'tests/architectures') diff --git a/tests/architectures/sine.cfg b/tests/architectures/sine.cfg new file mode 100644 index 0000000..6b0c23f --- /dev/null +++ b/tests/architectures/sine.cfg @@ -0,0 +1,20 @@ +[net] +loss = square ; options (square) +epochs = 1000 ; comment +alpha = 1e-4 +weights_path = data/sine.bin +inputs = x +labels = y + +; activation options (relu, sigmoid, softplus, leaky_relu) + +[layer] +neurons=20 +activation=leaky_relu + +[layer] +neurons=20 +activation=sigmoid + +[outlayer] +activation=linear -- cgit v1.2.3-70-g09d2