Machine Learning Data Mining: "Perceptrons" Redirects Here. For The 1969 Book, See

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

"Perceptrons" redirects here. For the 1969 book, see Perceptrons (book).

Machine learning and


data mining

Problems[show]

Supervised learning
(classification regression)

[show]

Clustering[show]

Dimensionality reduction[show]

Structured prediction[show]

Anomaly detection[show]

Neural nets[show]

Reinforcement Learning[show]

Theory[show]

Machine learning venues[show]

Machine learning portal

v
t
e

In machine learning, the perceptron is an algorithm for supervised learning of binary


classifiers (functions that can decide whether an input, represented by a vector of numbers, belongs
to some specific class or not).[1] It is a type of linear classifier, i.e. a classification algorithm that
makes its predictions based on a linear predictor function combining a set of weights with the feature
vector. The algorithm allows for online learning, in that it processes elements in the training set one
at a time.
The perceptron algorithm dates back to the late 1950s; its first implementation, in custom hardware,
was one of the first artificial neural networks to be produced.

You might also like