February 2019
Intermediate to advanced
260 pages
6h 3m
English
As stated previously, a biological neuron provides the outputs to multiple cells. If we continue to use the example in the previous section, our neuron should forward the attained value of 0.1 to multiple cells. For this sake of this situation, let's assume that there are three neurons.
If we provide the same output of 0.1 to all the neurons, they will all give us the same output, which isn't really useful. The question that now begs an answer is why we need to provide this to three or multiple neurons, when we could do it with only one?
To make this computationally useful, we apply some weights, where each weight will have a different value. We multiply the activation function with these weights ...
Read now
Unlock full access