Skip to content

My implementation of the Perceptron Learning Algorithm from scratch.

Notifications You must be signed in to change notification settings

lucienmensah/Perceptron-Learning-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Perceptron Learning Algorithm

This algorithim is a classification algorithm, and so this project picks random data points, has an established target function, and a predicted function uses PLA to, hopefully, converge with the target function. If the predicted function converges accurately with the target function, this would mean that it is accurately classing each of the points as positive or negative. I have now applied PLA to a realistic Data Science scenario - trying to predict hotel cancellations.

About

My implementation of the Perceptron Learning Algorithm from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published