Elyx0/rosenblattperceptronjs
Training of a Perceptron in the Browser with Vue.js & SVG.
This interactive demonstration helps you understand how a simple artificial intelligence, a perceptron, learns to classify things. You input examples with two characteristics, like 'teeth' and 'size', and the perceptron learns to sort them into categories like 'friendly' or 'not friendly'. It's designed for students or enthusiasts curious about foundational machine learning concepts.
No commits in the last 6 months.
Use this if you want to visually explore and understand the basic training process of a perceptron with a web-based, interactive tool.
Not ideal if you need to build or deploy a practical machine learning model for a real-world application or handle complex datasets.
Stars
29
Forks
16
Language
JavaScript
License
—
Category
Last pushed
Apr 21, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Elyx0/rosenblattperceptronjs"
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
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
nicolas-meilan/neuraldeep
Console interface for create, train, test and compare differents perceptron neural networks