Skip to content

An IPython notebook with an implementation of the linear perceptron algorithm.

License

Notifications You must be signed in to change notification settings

kgourgou/Linear-Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Playing around with the (linear) Perceptron algorithm

The linear perceptron is one of the most basic ideas in machine learning and can be used for classification of data points according to different features.

This IPython notebook includes an implementation of this algorithm.

It's fun and perfect for hacking around.

Reference : Learning From Data

About

An IPython notebook with an implementation of the linear perceptron algorithm.

Topics

Resources

License

Stars

Watchers

Forks