Unit: Neural Networks
Lesson: One-Neuron Networks
Introduction to Perceptron
The Movie Night Decision-Maker Example
McCulloch-Pitts Neuron (Optional)
Limitations: Why Perceptrons Need Help
Perceptron Notebook (Optional)
Perceptron versus MLP
Build Your Own Perceptron (Optional)
Need a hint?
Refer back to the slides.
Which of the following is correct regarding the perceptron and the multi-layer perceptron (MLP)?
Perceptron has one hidden layer, while MLP has multiple hidden layers.
MLP can learn non-linearly separable patterns, while Perceptron can only learn linearly separable patterns.
Both Perceptron and MLP can solve the XOR problem.
MLP and Perceptron are both unsupervised learning algorithms.