March 2018
Beginner
274 pages
6h 1m
English
As you may have already summarized, a neural network is essentially useless until it is trained. Before we get into training, we should talk some more on how a neuron is activated. Open up the Neuron class again and take a look at the CalculateValue function. This method calculates the output based on its internal set of weights and is described by the following:


Here:

Also, keep the following in mind:
n = total number ...
Read now
Unlock full access