Perceptron in JavaScript

This is an implementation of a basic perceptron in JavaScript. Inspired by Daniel Shiffman’s work on Neural Networks and other sources.

Try to add dots with your mouse on the canvas and see how the Perceptron is “guessing” the right color!

2 Likes