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.
Consists of three parts:
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.