An open API service indexing awesome lists of open source software.

https://github.com/kaustubholpadkar/neural-networks-visualization

Simulation of Binary Classifier with Neural Networks using P5.JS and Synaptic.js
https://github.com/kaustubholpadkar/neural-networks-visualization

artificial-intelligence artificial-neural-networks deep-learning javascript machine-learning neural-networks p5js simulation synaptics visualization

Last synced: about 2 months ago
JSON representation

Simulation of Binary Classifier with Neural Networks using P5.JS and Synaptic.js

Awesome Lists containing this project

README

        

# Neural-Networks-Visualization

Simulation of Binary Classifier with Neural Networks using P5.JS and Synaptic.js

## Overview
I have created the simulation of Binary Classifier with Neural Networks using P5.JS graphics library and Synaptic.js Deep Learning library.




User can insert the data-points on canvas as well as change the class of the data-point at runtime and accordingly the binary classifier would change its parameters.




White region represents Red Class and Black region indicates Blue class.




[Synaptic](http://caza.la/synaptic) - The javascript architecture-free neural network library for node.js and the browser, is used for multi-layer perceptron.




**sketch.js** contains the core logic for the simulation.




![gif](nn.gif)