Perceptron Algorithm for Classification in Python - MachineLearningMastery.com

The Perceptron is a linear machine learning algorithm for binary classification tasks. It may be considered one of the first and one of the simplest types of artificial neural networks. It is defin...

By · · 1 min read
Perceptron Algorithm for Classification in Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

The Perceptron is a linear machine learning algorithm for binary classification tasks. It may be considered one of the first and one of the simplest types of artificial neural networks. It is definitely not “deep” learning but is an important building block. Like logistic regression, it can quickly learn a linear separation in feature space […]