Akira is a C library for Neural Networks.
If you are on Linux use can use the install.sh script.
The install.sh script will install - compile akira and its dependencies alongside the dependencies for all the examples.
Clone this repository
git clone https://github.com/index-zer0/akira.gitClone the dependencies (or use the install.sh script)
cd akira
git clone https://github.com/index-zer0/cmatrix.git
# To run the mnist example you will also need:
git clone https://github.com/takafumihoriuchi/MNIST_for_C/
# Edit the mnist.h file and add the path to the Mnist dataInclude akira in your program
#include "akira.h"Follow the steps inside one of the examples
Pull requests are always welcome.
For major changes, please open an issue first to discuss what you would like to change.
