Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.02 KB

File metadata and controls

43 lines (29 loc) · 1.02 KB

Akira

Akira is a C library for Neural Networks.

Akira logo

Installation

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.git

Clone 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 data

Usage

Include akira in your program

#include "akira.h"

Follow the steps inside one of the examples

Contributing

Pull requests are always welcome.

For major changes, please open an issue first to discuss what you would like to change.

License

BSD-3-Clause