aboutsummaryrefslogtreecommitdiff
path: root/utils/settings.cfg
blob: eee85fc4a8d31abeb3512e3bc9598ac2936cb8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[net]
loss = square ; options (square)
epochs = 200 ; comment
alpha = 1e-2
weights_path = utils/weights.bin
inputs = x
labels = y

; activation options (relu, sigmoid, softplus, leaky_relu)

[layer]
neurons=20
activation=sigmoid

[outlayer]
activation = sigmoid
Feel free to download, copy and edit any repo