#include <shark/Models/AbstractModel.h>
#include <shark/Models/NeuronLayers.h>
#include <shark/LinAlg/BLAS/kernels/conv2d.hpp>
Go to the source code of this file.
Classes | |
class | shark::Conv2DModel< VectorType, ActivationFunction > |
Convolutional Model for 2D image data. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Enumerations | |
enum | shark::Convolution { shark::Convolution::Valid, shark::Convolution::ZeroPad } |