OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
convolutional_layer.h File Reference

Declares the Convolutional layer: 2D convolution with optional batch normalization and a configurable activation function. More...

#include "layer.h"
#include "operators.h"

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
 

Detailed Description

Declares the Convolutional layer: 2D convolution with optional batch normalization and a configurable activation function.