Concept

Deep Feedforward Networks (MLP = Multi-Layer Perceptrons)

Deep feedforward networks, also called feedforward neural networks, or multilayer perceptrons (MLPs), are the quintessential deep learning models.

It 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.

Image 0

0

1

Updated 2023-01-10

Tags

Data Science