nntbn is a neural network library to be named. The goal of this library is to provide a framework for training and running neural networks across various platforms, from server-grade hardware to desktops, mobile, and embedded devices.
git clone https://github.com/devfacet/nntbn.git
cd nntbn/
git submodule update --init
# Test the default architecture (generic)
make test
# Test a specific architecture
make test ARCH=generic
make test ARCH=arm
# Test a specific architecture with filters
make test ARCH=generic FILTERS=dot_prod
make test ARCH=arm FILTERS=neon,cmsis-dsp
# Test all architectures
make test-all
See CONTRIBUTING.md
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.