Overview#
Feedforward Neural network is an Artificial Neural network where the output from one Artificial Neural network layer is used as input to the next layer and the connections between the Artificial Neurons do not form a cycle.Feedforward Neural network is different from Recurrent Neural networks.
Feedforward Neural network was the first and simplest type of Artificial Neuron network devised.
Feedforward Neural network has no cycles or loops, the information moves in only one direction, forward, from the input layers, through the hidden layers (if any) and to the output layers.
Feedforward Neural network implements Forward propagation
Category#
Artificial IntelligenceMore Information#
There might be more information for this subject on one of the following:- Artificial Neural network
- Backpropagation
- Convolutional Neural Network
- Deep Neural networks
- Input neuron
- Probabilistic Neural Network
- Recurrent Neural networks
- [#1] - Feedforward neural network
- based on information obtained 2017-04-21-