perceptron and neural-network-js

perceptron
36
Emerging
neural-network-js
23
Experimental
Maintenance 0/25
Adoption 8/25
Maturity 16/25
Community 12/25
Maintenance 2/25
Adoption 5/25
Maturity 16/25
Community 0/25
Stars: 47
Forks: 6
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
Stars: 10
Forks:
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

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.

binary-classification developer-tool machine-learning-basics pattern-recognition

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.

machine-learning-education data-visualization neural-network-concepts intro-ai pattern-recognition

Scores updated daily from GitHub, PyPI, and npm data. How scores work