Developing a library wherein the users can play with the neurons themselves, connect those wherever and however they want.
Features:
1. choose your own activation function from the main sketch for each neuron individually
2. connect the neurons to each other as you like
3. each neuron is an object and whatever network you draw on the paper can be realized with this library
4. layer management given to the user (will have a default layer manager in the library in the future but not now, also there are enough examples to get anyone started)
5. Lots of examples ;-P
http://www.alanturing.net/turing_archive/pages/reference articles/connectionism/Turing's neural networks.html
interesting, this library could actually be a step in making B-type networks, awesome