Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 847 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 847 Bytes

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.