`cai` (χ) Dependency-free, simple and extensible Deep Learning library, written in C.
Build the `cai` library
make
Linking and using the `cai` library
LD_FLAGS=-lcai -I$(CAI)
// All you'll ever need...
#include <cai/criterion.h>
#include <cai/matrix.h>
#include <cai/layer.h>
#include <cai/network.h>