From 7300f3b643a6b2fcc66d4f77c5097d263dabc554 Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 16 Jul 2024 07:11:51 -0500 Subject: add: tests scripts implemented --- tests/architectures/gauss1d.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/architectures/gauss1d.cfg (limited to 'tests/architectures/gauss1d.cfg') diff --git a/tests/architectures/gauss1d.cfg b/tests/architectures/gauss1d.cfg new file mode 100644 index 0000000..db1601d --- /dev/null +++ b/tests/architectures/gauss1d.cfg @@ -0,0 +1,16 @@ +[net] +loss = square ; options (square) +epochs = 1000 ; comment +alpha = 1e-2 +weights_path = data/gauss1d.bin +inputs = x +labels = y + +; activation options (relu, sigmoid, softplus, leaky_relu) + +[layer] +neurons=10 +activation=sigmoid + +[outlayer] +activation = sigmoid -- cgit v1.2.3-70-g09d2