Skip to content

a Jupyter notebook that guides you through implementing a vanilla Perceptron.

License

Notifications You must be signed in to change notification settings

colonialjelly/perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron

The repository contains a Jupyter notebook that guides you through implementing a vanilla Perceptron. The implementation is broken down into simple functions. Each function implementation has a small unit test that can help you debug your code. A two dimensional synthetic dataset is used for training the algorithm. At the end of the notebook there is a function that can generate an animation that demonstrates how the perceptron algorithm learned the classifier that seperates the classes.

Perceptron Visualization

About

a Jupyter notebook that guides you through implementing a vanilla Perceptron.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published