Definition
A simple neural network model for binary classification.
Detailed Explanation
The Perceptron is the most basic neural network consisting of a single neuron with adjustable weights. It makes predictions by computing a weighted sum of the inputs and applying an activation function.
Use Cases
Early neural network research educational purposes understanding linear classifiers simple pattern recognition.