aboutsummaryrefslogtreecommitdiff
path: root/tests/architectures/xor.cfg
blob: e0b06d44447c14021f2cc3f5dcf4319af7c55fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
Feel free to download, copy and edit any repo