DeepCL  v4.0.0rc5
Deep convolutional neural networks using OpenCL
 All Classes Functions
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oCBatcherRuns an epoch for a single set of already-loaded data
oCConvolutionalMakerUse to create a convolutional layer
oCFullyConnectedMakerUse to create a fully-connected layer
oCGenericLoaderUse to load data from file, given the path to the images file
oCInputLayerMakerUse to create an InputLayer, which can be added to a NeuralNet
oCLayerA single layer within the neural net
oCNetdefToNetAdd layers to a NeuralNet object, based on a netdef-string
oCNetLearnerRuns multiple learning epochs using Batcher objects
oCNetLearnerOnDemandLearns multiple epochs, for data that wont fit in memory
oCNeuralNetNeuralNet: main container class for network layers
oCNormalizationLayerMakerUse to add a NormalizationLayer to a NeuralNet
oCOnDemandBatcherLearns an entire epoch of training, for data that wont fit in memory
oCPoolingMakerUse to create a Max-Pooling layer
oCRandomPatchesMakerUse to create a RandomPatches Layer
oCRandomTranslationsMakerUse to create a RandomTranslations Layer
\CWeightsPersisterUse to read/write weights from a NeuralNet