Skip to content
/ cai Public

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

Notifications You must be signed in to change notification settings

wenkesj/cai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

χ

`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>

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages