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

Declares the Dense layer: a fully-connected linear projection followed by an optional batch normalization, an activation function and an optional dropout. More...

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

Go to the source code of this file.

Classes

class  opennn::Dense
 Fully-connected layer: y = activation(BN(x * W + b)) with optional dropout. More...
 

Namespaces

namespace  opennn
 

Detailed Description

Declares the Dense layer: a fully-connected linear projection followed by an optional batch normalization, an activation function and an optional dropout.