Neural networks in C++ with Python bindings. Successor to cppNN.
Note that everything here except this title is called cppNN
.
To build and test cppNN
, clone this repository and then run:
git submodule update --init --recursive
python3 ./setup.py test
- Python 2 or 3
- CMake 2.8.12 or higher (probably)
- A modern compiler with C++11 support
This code uses https://github.com/benjaminjack/python_cpp_example as a Python binding template.