Skip to content

simulations-ml/Neural-Networks-Visualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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 - 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%