Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.12 KB

EasyCNN

Easy convolution network.

Features

  • All in one : without any dependency,pure c++ implemented.
  • Basic layer : data layer,convolution layer,pooling layer,full connect layer,softmax layer,activation layers(sigmod,tanh,RELU)
  • Loss function : Cross Entropy,MSE.
  • Optimize method : SGD.

Examples

Todo List

  • fix train error when batch > 1 issue.
  • add load & save model function.
  • add more layer,such as batch normalization layer,dropout layer,etc.
  • add weight regular,gradient momentum.
  • port to other platforms,such as linux,mac,android,iOS,etc.
  • optimize network train/test speed,use cuBLAS/OpenBLAS etc.
  • add more optimize method.
  • add unit test.
  • add license.

Bug Report

Use github issues please.

Pull Request

Pull request is welcome.

License

This project is released under the WTFPL LICENSE.