Deep Learning: Feedforward Neural Networks Explained
Feedforward neural networks are also known as Multi-layered Network of Neurons (MLN). These networks of models are called feedforward because the information only travels forward in the neural network, through the input nodes then through the hidden layers (single or many layers) and finally through the output nodes. In MLN there are no feedback connections such that the output of the network is fed back into itself. These networks are represented by a combination of many simpler models(sigmoid neurons). Before we talk about the feedforward neural networks, let's understand what was the need for such neural networks.
Sep-1-2019, 01:46:55 GMT
- Technology: