Skip to content
/ cppNN2 Public

Work in progress, with vectors + python bindings working so far. A C++ matrix arithmetic and neural network implementation with full Python bindings. Successor to https://github.com/cchan/cppNN.

License

Notifications You must be signed in to change notification settings

cchan/cppNN2

Repository files navigation

cppNN2

Build Status

Neural networks in C++ with Python bindings. Successor to cppNN. Note that everything here except this title is called cppNN.

Build

To build and test cppNN, clone this repository and then run:

git submodule update --init --recursive
python3 ./setup.py test

Requirements

  • Python 2 or 3
  • CMake 2.8.12 or higher (probably)
  • A modern compiler with C++11 support

References

This code uses https://github.com/benjaminjack/python_cpp_example as a Python binding template.

About

Work in progress, with vectors + python bindings working so far. A C++ matrix arithmetic and neural network implementation with full Python bindings. Successor to https://github.com/cchan/cppNN.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7