Lesson 3 Basics of Neural Networks - Perceptron
Lesson 3 Basics of Neural Networks - Perceptron
NEURAL NETWORKS
4. Limited Generalization
Problem: A perceptron may overfit to the training
data, meaning it performs well on training samples
but fails to generalize to unseen data.
This is because it does not account for complex relationships, and if the
training data is noisy, it can overfit by learning noise instead of patterns.
6. Limited Learning Capacity
Problem: The single-layer nature of the perceptron limits its
capacity to learn complex representations. More complex
architectures are required for handling large datasets and tasks
with rich feature spaces.