aboutsummaryrefslogtreecommitdiff
path: root/utils/settings.cfg
blob: d8202626dbc355e01bf01c1162cc0e0a187c749b (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, linear, tanh)

[layer]
neurons=10
activation=sigmoid

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