victorqribeiro/perceptron
The simplest Perceptron you'll ever see
This helps developers quickly implement a basic Perceptron, a foundational machine learning model. You provide it with labeled data, like measurements of height and weight paired with whether someone is an 'adult' or 'child'. It then outputs a model that can predict the label for new, unseen data. This is for developers building simple classification features.
No commits in the last 6 months.
Use this if you are a developer looking for a straightforward, minimal implementation of a Perceptron for binary classification tasks.
Not ideal if you need advanced machine learning capabilities, robust error handling, or a production-ready library with extensive features and community support.
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.
Compare
Higher-rated alternatives
rtomrud/averaged-perceptron
A linear classifier with the averaged perceptron algorithm
winkjs/wink-perceptron
Multi-class classifier
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.
nicolas-meilan/neuraldeep
Console interface for create, train, test and compare differents perceptron neural networks