Back to glossaryExternal reference
AI GLOSSARY
Multi-Layer Perceptron
MLPNeural Network Architectures
A fully connected neural network architecture consisting of an input layer, one or more hidden layers, and an output layer, where every node in each layer is connected to every node in the next. MLPs are the most basic form of deep neural network and serve as a fundamental building block within more complex architectures like transformers.