Skip to content

Latest commit

 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlex-cnn : Deep Learning Exercise

A simple convolution neural network framework for exercise.


Features

  • Lightweight, pure c++ and cuda implemented.
  • Easy to understand, and the algorithm implementation details are presented as annotations.

Basic Modules

Experiment

Build

Windows: Just open the project file with VS2013 or VS2015, and compile it.

Linux:

Build libdlex_cnn.so

cd linux/cmake
cmake ..
make

Build demo

cd linux/dlex_cnn_test/cmake
cmake ..
make 

License

MIT

Reference

About

DIY - A deep learning framework

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages