Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.28 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.28 KB

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

structure

Section for network visualization

visualization

Section for network testing

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.