aboutsummaryrefslogtreecommitdiff
path: root/tests/architectures
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-07-18 21:42:38 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-07-18 21:42:38 -0500
commit4a5b6b12040a87dd8319a735cc48f31a2d140e3a (patch)
treed82e7f1610de7d68710cf8d015bf554624453bd8 /tests/architectures
parentd6db47f94e9b72c551000326172219f4fe7a23a4 (diff)
add: linear activation added
Diffstat (limited to 'tests/architectures')
-rw-r--r--tests/architectures/sine.cfg20
1 files changed, 20 insertions, 0 deletions
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
Feel free to download, copy and edit any repo