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

https://github.com/kaustubholpadkar/multiclass-classification-neural-network-visualization

Simulation of Multi-Class Classifier with Neural Networks using P5.JS and Synaptic.js
https://github.com/kaustubholpadkar/multiclass-classification-neural-network-visualization

artificial-intelligence artificial-neural-networks deep-learning interactive-visualizations javascript machine-learning multiclass-classification neural-networks p5js simulation synapticjs visualization

Last synced: 6 months ago
JSON representation

Simulation of Multi-Class Classifier with Neural Networks using P5.JS and Synaptic.js

Awesome Lists containing this project

README

          

# MultiClass-Classification-Neural-Network-Visualization
Simulation of Multi-Class Classifier with Neural Networks using P5.JS and Synaptic.js

## Overview
I have created the simulation of Multi-Class 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 classifier would change its parameters.




There are Total 3 Classes.
- Red
- Green
- Blue


Press Enter to change the class.




This project can easily be extended to more than 3 classes.




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