Skip to content
/ cbrain Public

Simple implementation of neural structure in c

License

Notifications You must be signed in to change notification settings

Auxilus/cbrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cbrain

C/C++ CI

Simple implementation of neural structure in c.

Installation

git clone https://github.com/Auxilus/cbrain

make

This will generate shared object libcbrain.so You need to copy libcbrain.so and src/cbrain.h over to lib and include dirs

All the bugs and PRs are welcome!