DeepCL  v4.0.0rc5
Deep convolutional neural networks using OpenCL
 All Classes Functions
Public Member Functions | Static Public Member Functions | List of all members
NormalizationLayerMaker Class Reference

Use to add a NormalizationLayer to a NeuralNet. More...

Inherits LayerMaker2.

Public Member Functions

publicapi NormalizationLayerMaker ()
 
publicapi NormalizationLayerMakertranslate (float _translate)
 
publicapi NormalizationLayerMakerscale (float _scale)
 

Static Public Member Functions

static publicapi
NormalizationLayerMaker
instance ()
 

Detailed Description

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.

Public API

Constructor & Destructor Documentation

publicapi NormalizationLayerMaker::NormalizationLayerMaker ( )
inline
Public API

Member Function Documentation

publicapi NormalizationLayerMaker* NormalizationLayerMaker::translate ( float  _translate)
inline
Public API
publicapi NormalizationLayerMaker* NormalizationLayerMaker::scale ( float  _scale)
inline
Public API
static publicapi NormalizationLayerMaker* NormalizationLayerMaker::instance ( )
inlinestatic
Public API

The documentation for this class was generated from the following files: