Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.05 KB

Readme.md

File metadata and controls

33 lines (24 loc) · 1.05 KB

ConvNetCS

ConvNetCS Library is a c# .net Convolution neural network library along with expermintal deepQlearning implementation, based on Andrej Karpathy Convnetjs. the network can be built from several layers including :

  • Full Connected Layer
  • Dropout Layer
  • Convolution Layer
  • Local Response Normalization
  • Max Pool Layer
  • Maxout Layer (Activation Layer)
  • Relu Layer (Activation Layer)
  • Sigmoid Layer (Activation Layer)
  • Regression Layer (Loss Layer)
  • SVM Layer (Loss Layer)
  • Softmax Layer (Loss Layer)

Pretrained Models

Load pretrained models from PlayWithVGG project and start visulaize features.

Notes!

  • run on release mode without debuging to boost the performance.
  • all the pretrained models is converted from the original caffe model and the licence of the original author is applied.

License

MIT