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

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

[layer]
neurons=10
activation=sigmoid

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