|
DeepCL
v4.0.0rc5
Deep convolutional neural networks using OpenCL
|
| Runs an epoch for a single set of already-loaded data | |
| Use to create a convolutional layer | |
| Use to create a fully-connected layer | |
| Use to load data from file, given the path to the images file | |
| Use to create an InputLayer, which can be added to a NeuralNet | |
| A single layer within the neural net | |
| Add layers to a NeuralNet object, based on a netdef-string | |
| Runs multiple learning epochs using Batcher objects | |
| Learns multiple epochs, for data that wont fit in memory | |
| NeuralNet: main container class for network layers | |
| Use to add a NormalizationLayer to a NeuralNet | |
| Learns an entire epoch of training, for data that wont fit in memory | |
| Use to create a Max-Pooling layer | |
| Use to create a RandomPatches Layer | |
| Use to create a RandomTranslations Layer | |
| Use to read/write weights from a NeuralNet |
1.8.6