FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

goodluckcwl/Feedforward-CNN-Framework: A light cnn feedforward network without Caffe. · GitHub

Repository files navigation

simple-cnn

This is a simple CNN feedforward network. I extract some important layers from caffe. Armadillo is utilized to speed up matrix operations. The convolution operation is converted into matrix multiplication like caffe.

Details:

Performance

I have not tested the performance quantificationally. Qualitatively speaking, it takes about 20-30 ms to run a feedforward on a small CNN network(10 conv layers, input size:55*47) on i5-4590 without GPU.

Dependence

  • Armadillo
  • Opencv

About

A light cnn feedforward network without Caffe.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL