DeepCL  SNAPSHOT
Deep convolutional neural networks using OpenCL
NeuralNet Member List

This is the complete list of members for NeuralNet, including all inherited members.

addLayer(LayerMaker2 *maker)NeuralNet
asNewCharStar()NeuralNet
asString()NeuralNet
backward(float const *expectedOutput)NeuralNet
backwardFromLabels(int const *labels)NeuralNet
calcLoss(float const *expectedValues)NeuralNet
calcLossFromLabels(int const *labels)NeuralNet
calcNumRight(int const *labels)NeuralNet
forward(float const *images)NeuralNet
getFirstLayer()NeuralNet
getInputCubeSize() const NeuralNet
getLastLayer()NeuralNet
getLastLayer() const NeuralNet
getLayer(int index)NeuralNet
getNumLayers() const NeuralNet
getNumLayers()NeuralNet
getOutput(int layer) const NeuralNet
getOutput() const NeuralNet
getOutputCubeSize() const NeuralNet
getOutputNumElements() const NeuralNetvirtual
getOutputPlanes() const NeuralNetvirtual
getOutputSize() const NeuralNetvirtual
initBias(int layerIndex, float *weights)NeuralNet
initWeights(int layerIndex, float *weights, float *bias)NeuralNet
initWeights(int layerIndex, float *weights)NeuralNet
NeuralNet(EasyCL *cl, int numPlanes, int imageSize)NeuralNet
setBatchSize(int batchSize)NeuralNet
setTraining(bool training)NeuralNet