Neuron
An educational neural network library with a bunch of examples
This library is based on Coding Train's video series on neural networks, and the Toy Neural Network
Examples
See a list of all the examples here
Sandbox
Construct a neural network, and add custom training data link
Function approximator
Use a neural network to approximate a function link
Point classification
Classify color labels on a 2D coordinate space link