Skip to content

mmz33/Perceptron-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages