This is a python implementation of some popular NN on top of Numpy
This is writen using python 3.5+, just make sure it is installed. Then install Numpy ...
pip install numpy
and run the xor example ...
python3 examples/xor
have fun ;)
Neural Network Playground is released under the MIT License.