Skip to content
/ convNet Public
forked from huunhan312/convNet

this project is for implementing convolutional neural network in C++ as Tensorflow style

License

Notifications You must be signed in to change notification settings

ccsvd/convNet

 
 

Repository files navigation

convNet

this project is for implementing convolutional neural network in C++ as Tensorflow style

In this code:

  • the weight converted from numpy to C++ arrays.
  • convolutional layers and fully connected layers by C++ function
  • soft-max normalization

About

this project is for implementing convolutional neural network in C++ as Tensorflow style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • CMake 1.1%