#Perceptron #ScikitLearn #MachineLearning #DataScience
The Perceptron Algorithm is generally used for classification and is much like the simple regression. The weights of the perceptron are trained using the perceptron Learning , Gradient Descent Algorithm. We use this and compare accuracy with the Random Forest Algorithm. Perceptrons and Gradient Descent are basics required for Neural Networks.
Find the code here
Github: https://github.com/shreyans29/thesemi...
Facebook : / thesemicolon.code
Support us on Patreon : / thesemicolon
Sklearn perceptron documentation : http://scikit-learn.org/stable/module...