feedforward neural network
usmerjena nevronska mreža
Feedforward neural network (Wikipedia)
This article needs additional citations for verification. (September 2011) (Learn how and when to remove this template message) |
A feedforward neural network is an artificial neural network wherein connections between the nodes do not form a cycle. As such, it is different from its descendant: recurrent neural networks.
The feedforward neural network was the first and simplest type of artificial neural network devised. In this network, the information moves in only one direction—forward—from the input nodes, through the hidden nodes (if any) and to the output nodes. There are no cycles or loops in the network.