Learn Before
Reference
How to Select an Activation Function
0
1
Updated 2020-11-01
Tags
Data Science
Related
Types of Activation Functions
Role of the Activation Functions in Neural Networks
How to Select an Activation Function
A neural network with multiple hidden layers is designed so that for every neuron, its output is simply the direct weighted sum of its inputs. No further mathematical transformation is applied to this sum before it is passed to the next layer. What is the most significant consequence of this design on the network's overall capability?
Diagnosing Neural Network Instability
Impact of Linearity in a Multi-Layer Network