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

https://github.com/mmz33/perceptron-algorithm


https://github.com/mmz33/perceptron-algorithm

machine-learning perceptron-algorithm

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# Perceptron-Algorithm

Implementation of Perceptron Algorithm

Input format:

The first line contains two integers n, d where n is the number of training data points and d is the dimension

Then, follows n lines each line has d point coordinates and a label

Reference: https://www.cs.cmu.edu/~avrim/ML10/lect0125.pdf