What Does Feedforward Neural Network Mean?

The feedforward neural network is a specific type of early artificial neural network known for its simplicity of design. The feedforward neural network has an input layer, hidden layers and an output layer. Information always travels in one direction – from the input layer to the output layer – and never goes backward.

Techopedia Explains Feedforward Neural Network

The feedforward neural network, as a primary example of neural network design, has a limited architecture. Signals go from an input layer to additional layers. Some examples of feedforward designs are even simpler. For example, a single-layer perceptron model has only one layer, with a feedforward signal moving from a layer to an individual node. Multi-layer perceptron models, with more layers, are also feedforward.