项目作者: xiaohangsu

项目描述 :
Simple Neural Network implemented by C++
高级语言: C++
项目地址: git://github.com/xiaohangsu/simNeural.git
创建时间: 2016-12-21T19:43:24Z
项目社区:https://github.com/xiaohangsu/simNeural

开源协议:

下载


simNeural

Simple Neural Network implemented by C++

Depedencies

Eigen - Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

Layer

FullConnectionLayer

PoolingLayer

MeanPoolingLayer

ConvolutionalLayer

ActivateLayer

SigmoidLayer
ReluLayer

ToDo

  • Convolutional Layer add stride
  • tanh Activate Layer
  • add Data Transfer Layer form pooling to FCN
  • Dropout Layer