JR,
This is the result of the Save command - the current state of ANN, which is initially default values for everything. The synapse values are initially set to random values prior to training.
This implementation of ANN adds a Bias node for each layer apart from the output, hence 13 weights output. (2+1)*3 + (3+1)*1.
PS, This is a nice discussion of ANN bias, https://stackoverflow.com/questions/2480...ks#2499936.
To debug an exe with extension, you can use dnSpy.
This is the result of the Save command - the current state of ANN, which is initially default values for everything. The synapse values are initially set to random values prior to training.
This implementation of ANN adds a Bias node for each layer apart from the output, hence 13 weights output. (2+1)*3 + (3+1)*1.
PS, This is a nice discussion of ANN bias, https://stackoverflow.com/questions/2480...ks#2499936.
To debug an exe with extension, you can use dnSpy.