An open API service indexing awesome lists of open source software.

https://github.com/kgourgou/linear-perceptron

An IPython notebook with an implementation of the linear perceptron algorithm.
https://github.com/kgourgou/linear-perceptron

algorithm machine-learning tutorial

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Playing around with the (linear) Perceptron algorithm

The linear [perceptron](http://en.wikipedia.org/wiki/Perceptron#Learning_algorithm) 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](https://work.caltech.edu/telecourse.html)