diff options
Diffstat (limited to 'tests/architectures/xor.cfg')
-rw-r--r-- | tests/architectures/xor.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/architectures/xor.cfg b/tests/architectures/xor.cfg new file mode 100644 index 0000000..e0b06d4 --- /dev/null +++ b/tests/architectures/xor.cfg @@ -0,0 +1,16 @@ +[net] +loss = square ; options (square) +epochs = 1000 ; comment +alpha = 0.05 +weights_path = data/xor.bin +inputs = x,y +labels = z + +; activation options (relu, sigmoid, softplus, leaky_relu) + +[layer] +neurons=10 +activation=relu + +[outlayer] +activation = sigmoid |