Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.
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

Getting started

  • Read Tutorial to get started, play cxxnet on MNIST, run a feed forward neural network and convolution neural network in 3 minutes!

=

Parameter Setting

  • Updater How to set hyper-parameters for learning procedure

=

Code Layout

  • core: core implementation of layers and updaters of neural net
  • nnet: implementation of network that connects layers and updaters together
  • io: handles data input and preprecessing
  • utils: some utils to help simple tasks
Clone this wiki locally