MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
Packages
Here are the packages with brief descriptions (if available):
[detail level 123456]
 NMyCaffeThe MyCaffe namespace contains the main body of MyCaffe code that closesly tracks the C++ Caffe open-source project.
 NbasecodeThe MyCaffe.basecode contains all generic types used throughout MyCaffe.
 NcommonThe MyCaffe.common namespace contains common MyCaffe classes.
 Nconverter
 NdataThe MyCaffe.data namespace contains dataset creators used to create common testing datasets such as MNIST, CIFAR-10 and VOC0712.
 Ndb
 NextrasThe MyCaffe.extras namespace contains classes that use the MyCaffe and other namespaces to add enhanced features.
 NfillersThe MyCaffe.fillers namespace contains all fillers including the Filler class.
 NgymThe MyCaffe.gym namespace contains all classes related to the Gym's supported by MyCaffe.
 NlayersThe MyCaffe.layers namespace contains all layers that have a solidified code base, including the Layer class.
 NmodelThe MyCaffe.model namespace contains all classes used to programically create new model scripts.
 NparamThe MyCaffe.param namespace contains parameters used to create models.
 NpreprocessorThe MyCaffe.preprocessor namespace contains all classes of the data preprocessors supported by MyCaffe.
 NProperties
 NpythonThe MyCaffe.python namespace contains python related classes to help improve interop between C# and Python.
 NsolversThe MyCaffe.solvers namespace contains all solver classes, including the base Solver.
 NtrainersThe MyCaffe.trainers namespace contains all reinforcement and recurrent learning trainers.
 CILayerCreatorThe 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.
 CMyCaffeControlThe MyCaffeControl is the main object used to manage all training, testing and running of the MyCaffe system.
 NPython
 NRuntime
 NSystem
 NComponentModel