https://github.com/mmz33/perceptron-algorithm
https://github.com/mmz33/perceptron-algorithm
machine-learning perceptron-algorithm
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmz33/perceptron-algorithm
- Owner: mmz33
- Created: 2018-03-13T09:23:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T16:08:44.000Z (about 7 years ago)
- Last Synced: 2025-10-24T14:42:03.267Z (9 months ago)
- Topics: machine-learning, perceptron-algorithm
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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