C# (CSharp) AForge.Neuro ActivationNeuron - 3 examples found. These are the top rated real world C# (CSharp) examples of AForge.Neuro.ActivationNeuron extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Activation neuron.
Activation neuron computes weighted sum of its inputs, adds threshold value and then applies activation function. The neuron isusually used in multi-layer neural networks.