Actions

Feedforward Neural Network

Revision as of 02:02, 3 December 2021 by User (talk | contribs) (Created page with "A '''Feedforward Neural Network''' is an artificial neural network in which the connections between nodes does not form a cycle. The opposi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Feedforward Neural Network is an artificial neural network in which the connections between nodes does not form a cycle. The opposite of a feed forward neural network is a recurrent neural network, in which certain pathways are cycled. The feed forward model is the simplest form of neural network as information is only processed in one direction. While the data may pass through multiple hidden nodes, it always moves in one direction and never backwards.


Feedforward Neural Network
source: Ramon Quiza