/convNet

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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