Normalization layer /// https://arxiv.org/abs/1502.03167 ///.
More...
#include <Stack.h>
Normalization layer /// https://arxiv.org/abs/1502.03167 ///.
Definition at line 139 of file Stack.h.
◆ NormalizationLayer()
| lwtDev::NormalizationLayer::NormalizationLayer |
( |
const VectorXd & | W, |
|
|
const VectorXd & | b ) |
◆ compute()
| VectorXd lwtDev::NormalizationLayer::compute |
( |
const VectorXd & | in | ) |
const |
|
overridevirtual |
◆ m_b
| VectorXd lwtDev::NormalizationLayer::m_b |
|
private |
◆ m_W
| VectorXd lwtDev::NormalizationLayer::m_W |
|
private |
The documentation for this class was generated from the following files: