May 2018
Beginner
490 pages
13h 16m
English
The logistic sigmoid provides one of the best ways to normalize the weight of a given output. This will be used as the activation function of the neuron. The threshold is usually a value above which the neuron has a y=1 value; or else it has y=0. In this case, the minimum value will be 0 because the activation function will be more complex.
The logistic function is represented as follows.

The code has been rearranged in the following example to show the reasoning ...
Read now
Unlock full access