Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 572 Bytes

Readme.md

File metadata and controls

24 lines (14 loc) · 572 Bytes

Neural Network Playground

This is a python implementation of some popular NN on top of Numpy

How to run?

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 ;)

License

Neural Network Playground is released under the MIT License.