Is it possible to explain the difference between asynchronous weight matrix and synchronous weight matrix update in your algorithms for hopfield neural networks ?
Mr. Jeff Heaton, I really need some help. How is the threshold value used in the sigmoid activation function in encog workbench? I thought sigmoid doesn't have a threshold.
The threshold value is held as part of the weight matrix. It is added to the calculation for that neuron, and then fed to the activation function, which can be TANH, Sigmoid, etc.
Is it possible to explain the difference between asynchronous weight matrix and synchronous weight matrix update in your algorithms for hopfield neural networks ?
Ashwinswarup 5 months ago
Thanks very much!
Jotto999 1 year ago
Very good, thanks por the vids!
mrverde8080 1 year ago
Mr. Jeff Heaton, I really need some help. How is the threshold value used in the sigmoid activation function in encog workbench? I thought sigmoid doesn't have a threshold.
mikoyan54 3 years ago
The threshold value is held as part of the weight matrix. It is added to the calculation for that neuron, and then fed to the activation function, which can be TANH, Sigmoid, etc.
HeatonResearch 3 years ago