blob: d9236add7165f7295b8bf678c37f58bdac0866af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[net]
loss = square ; options (square)
epochs = 1000 ; comment
alpha = 2e-4
weights_path = data/gauss2d.bin
inputs = x,y
labels = z
; activation options (relu, sigmoid, softplus, leaky_relu)
[layer]
neurons=20
activation=sigmoid
[layer]
neurons=10
activation=relu
[outlayer]
activation = sigmoid
|