|
OpenNN
Open-source neural networks library
|
Declares the Convolutional layer: 2D convolution with optional batch normalization and a configurable activation function. More...
Go to the source code of this file.
Classes | |
| class | opennn::Convolutional |
| 2D convolutional layer: y = activation(BN(conv(x, kernels) + bias)). More... | |
Namespaces | |
| namespace | opennn |
Declares the Convolutional layer: 2D convolution with optional batch normalization and a configurable activation function.