MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe Namespace Reference

The MyCaffe namespace contains the main body of MyCaffe code that closesly tracks the C++ Caffe open-source project.
More...

Namespaces

namespace  basecode
 The MyCaffe.basecode contains all generic types used throughout MyCaffe.
 
namespace  common
 The MyCaffe.common namespace contains common MyCaffe classes.
 
namespace  data
 The MyCaffe.data namespace contains dataset creators used to create common testing datasets such as MNIST, CIFAR-10 and VOC0712.
 
namespace  extras
 The MyCaffe.extras namespace contains classes that use the MyCaffe and other namespaces to add enhanced features.

 
namespace  fillers
 The MyCaffe.fillers namespace contains all fillers including the Filler class.
 
namespace  gym
 The MyCaffe.gym namespace contains all classes related to the Gym's supported by MyCaffe.
 
namespace  layers
 The MyCaffe.layers namespace contains all layers that have a solidified code base, including the Layer class.
 
namespace  model
 The MyCaffe.model namespace contains all classes used to programically create new model scripts.
 
namespace  param
 The MyCaffe.param namespace contains parameters used to create models.
 
namespace  preprocessor
 The MyCaffe.preprocessor namespace contains all classes of the data preprocessors supported by MyCaffe.
 
namespace  python
 The MyCaffe.python namespace contains python related classes to help improve interop between C# and Python.

 
namespace  solvers
 The MyCaffe.solvers namespace contains all solver classes, including the base Solver.
 
namespace  trainers
 The MyCaffe.trainers namespace contains all reinforcement and recurrent learning trainers.
 

Classes

interface  ILayerCreator
 The ILayerCreator interface is implemented by each MyCaffe.layers.x layer extension dll and is used to create new instances of the layers supported by each layer extension dll. More...
 
class  MyCaffeControl
 The MyCaffeControl is the main object used to manage all training, testing and running of the MyCaffe system. More...
 

Detailed Description

The MyCaffe namespace contains the main body of MyCaffe code that closesly tracks the C++ Caffe open-source project.