Introduction to Neural Networks for Java(Class 3/16, Part 1/5) - hopfield
Loading...
4,898
Loading...
Uploader Comments (HeatonResearch)
see all
All Comments (4)
-
Is it possible to explain the difference between asynchronous weight matrix and synchronous weight matrix update in your algorithms for hopfield neural networks ?
-
Thanks very much!
-
Very good, thanks por the vids!
Loading...
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