DeepCL
SNAPSHOT
Deep convolutional neural networks using OpenCL
|
Use to add a NormalizationLayer to a NeuralNet. More...
Inherits LayerMaker2.
Public Member Functions | |
publicapi | NormalizationLayerMaker () |
publicapi NormalizationLayerMaker * | translate (float _translate) |
publicapi NormalizationLayerMaker * | scale (float _scale) |
Static Public Member Functions | |
static publicapi NormalizationLayerMaker * | instance () |
Use to add a NormalizationLayer to a NeuralNet.
A NormalizationLayer will normally be inserted as the second layer in a network, after an InputLayer. It can translate and scale the input values.
|
inline |
|
inline |
|
inline |
|
inlinestatic |