Skip to content

Latest commit

 

History

History
 
 

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Document Home

This is the documentation for cxxnet

Links of Resources

Configuration of CXXNET

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.