This is the documentation for cxxnet
Links of Resources
This section introduces the how to setup configuation file of cxxnet. In general, cxxnet configuration file contains four kinds of configurations in a single file:
- Data Input Iterator Setting
- Set input data configurations.
- Layer Setting
- Configure network, and setup each layers.
- Updater Setting
- Set parameters(learning rate, momentum) for learning procedure
- Tasks
- This page includes all the four tasks you could try by cxxnet.
- Other Setting
- Set other parameters for neural network, related to device selection, running control.
- Advanced Usages
- Some advanced usages of cxxnet can he found here.