JARVIS
JARVIS copied to clipboard
A UI for creating and training neural networks
JARVIS
A system for creating, training, displaying and testing neural networks fully on the web browser. Currently fully supports multilayer perceptron networks (MLP) and supports partially long short-term memory networks (LSTM). Created as part of my master thesis project.
Networks are created and used with SynapticJS and visualized with D3JS.
UI
Consists of three parts:
Section for creating the network
Section for network visualization
Section for network testing
Want to contribute?
If you have a suggestion, question or found a bug, please open an issue for it.
If you want to contribute code then you're awesome, and please open a pull request with details about the changes that you propose.
Note that the project is still very much a work in progress.