This repository has been archived by the owner on May 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
Home
antinucleon edited this page Apr 8, 2014
·
33 revisions
This is the documentation for cxxnet, a fast and short implementation for neural network in CPU/GPU
- Read Tutorial to get started, play cxxnet on MNIST, run a feed forward neural network and convolution neural network in 3 minutes!
=
- Global Setting How to set global parameters for neural network
- Data Iterator How to set data iterator for your own experiment on MNIST, CIFAR, images and image binary.
- Updater How to set hyper-parameters for learning procedure
- Connection Layer How to set parameters for layer connect the neural network
- Activation Layer How to set activation layer in the neural network
- Convolution Layer How to set parameters for conv layer in the neural network
- Pooling Layer How to set parameters for pooling layer in the neural network
- Normalization Layer How to set parameters for normalization layer in the neural network
=