Neural Networks & Deep Learning
Multi-Layer Perceptron
A feedforward neural network with multiple layers of perceptrons, capable of learning non-linear functions.
This concept is essential for understanding neural networks & deep learning and forms a key part of modern AI systems.
Related Concepts
- Perceptron
- Feedforward Network
- Hidden Layer
Tags
neural-networks-deep-learning perceptron feedforward-network hidden-layer
Related Terms
Feedforward Network
A neural network where information flows in one direction from input to output without cycles.
Hidden Layer
Intermediate layers between input and output that learn hierarchical representations in neural networks.
Perceptron
The simplest neural network unit, a single-layer binary classifier that inspired modern deep learning.