|
OpenNN
Open-source neural networks library
|
Declares the Dense layer: a fully-connected linear projection followed by an optional batch normalization, an activation function and an optional dropout. More...
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 |
Declares the Dense layer: a fully-connected linear projection followed by an optional batch normalization, an activation function and an optional dropout.