/cai

Dependency-free, simple and extensible Deep Learning library, written in C

Primary LanguageC

χ

`cai` (χ) Dependency-free, simple and extensible Deep Learning library, written in C.

Building

Build the `cai` library

make

Linking

Linking and using the `cai` library

LD_FLAGS=-lcai -I$(CAI)

Usage

Full example here!

// All you'll ever need...
#include <cai/criterion.h>
#include <cai/matrix.h>
#include <cai/layer.h>
#include <cai/network.h>