+The Perceptron is a foundational [algorithm](/wiki/algorithm) in [machine learning](/wiki/machine_learning), conceived as a simplified model of a biological neuron. It acts as a binary classifier, learning to distinguish between two categories of input data. This simple yet powerful concept paved the way for modern artificial neural networks.
+## See also
+- [Neural Network](/wiki/neural_network)
+- [Supervised Learning](/wiki/supervised_learning)
+- [Linear Classifier](/wiki/linear_classifier)
... 1 more lines