perceptron and neural-network-js
About perceptron
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.
About neural-network-js
ianchanning/neural-network-js
A Perceptron from scratch in JavaScript
This project helps you understand how a basic neural network (a perceptron) works by letting you visualize it in your web browser. You input random two-dimensional points, and the system labels and then attempts to separate these points into two categories using a simple line. This tool is ideal for anyone curious about the fundamental concepts of machine learning and how a neural network learns to classify data.
Scores updated daily from GitHub, PyPI, and npm data. How scores work