Skip to content

SunicYosen/cnn_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN-C

Introduce

This is a simple cnn program with C.

Build

Build it with make, and just test by default.

make CC=gcc
make CC=gcc run \

Build it with only training:

make CC=gcc TRAIN=1 \

Build it with training and test:

make CC=gcc TRAIN=1 TEST=1

Reference

Ref: CSDN
Source: Github

Thanks

Thanks to @tostq.

About

C code for CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published