winkjs/wink-perceptron
Multi-class classifier
This tool helps you automatically categorize items into distinct groups based on their characteristics. You input examples of items with known categories, and it learns to classify new, unseen items. This is useful for anyone needing to sort or identify data, such as a botanist classifying plant species or a quality control specialist categorizing product defects.
No commits in the last 6 months. Available on npm.
Use this if you have clear-cut categories and data points that can be separated by a simple boundary.
Not ideal if your data is highly complex, has overlapping categories, or requires identifying nuanced relationships.
Stars
14
Forks
2
Language
JavaScript
License
MIT
Category
Last pushed
Feb 28, 2023
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/winkjs/wink-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
victorqribeiro/perceptron
The simplest Perceptron you'll ever see
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