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

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

[layer]
neurons=3
activation=relu

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