Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

Home

Bing Xu edited this page · 33 revisions

This is the documentation for cxxnet, a short and fast 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

To understand more about cxxnet setting, this section will introduce all parameters of cxxnet and the effect of parameters. In general, cxxnet configuration file contains 4 kinds of configurations in a single file:

Guide to train ImageNet

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
Something went wrong with that request. Please try again.