Skip to content
/ hzdl Public

My DNN Train and Inference framework implemented in C from scratch

Notifications You must be signed in to change notification settings

hyonzin/hzdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whatsup🍔

make

cd data/[...]/
./download_[...].sh

cd -
./build/test_[...].out
  • Dense layer: forward
  • Dense layer: backward
  • Conv. layer: forward
  • Conv. layer: backward
  • ReLU
  • Sigmoid
  • Softmax
  • Read MNIST
  • Save and Load model
  • Support Transfer Learning
  • Residual block
  • Batch Normalization

required: gcc
optional: openMP

About

My DNN Train and Inference framework implemented in C from scratch

Topics

Resources

Stars

Watchers

Forks