victorqribeiro/perceptron
The simplest Perceptron you'll ever see
Implements single-layer binary classification with configurable learning rate and iteration count, training via the standard perceptron learning rule. Accepts multi-dimensional numerical input arrays and outputs binary predictions after fitting on labeled training data. Designed as an educational reference implementation with minimal dependencies, suitable for baseline binary classification tasks or ML curriculum purposes.
No commits in the last 6 months.
Stars
47
Forks
6
Language
JavaScript
License
MIT
Category
Last pushed
Feb 10, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/victorqribeiro/perceptron"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rtomrud/averaged-perceptron
A linear classifier with the averaged perceptron algorithm
winkjs/wink-perceptron
Multi-class classifier
nicolas-meilan/neuraldeep
Console interface for create, train, test and compare differents perceptron neural networks
fanta-mnix/machine-learning-challenge1
First Machine Learning Challenge: Implement a Perceptron in JavaScript to classify handwritten digits
Elyx0/rosenblattperceptronjs
Training of a Perceptron in the Browser with Vue.js & SVG.