C# Class Neuromatic.Initializers.InitializationFunction

Defines a function used to initialize variables in the model. For example, this is used in initializing weights and bias terms within layers.
Mostra file Open project: wmeints/Neuromatic

Public Methods

Method Description
Compile ( TFGraph graph, TFShape shape ) : TFOutput

Compiles the initialization function

Method Details

Compile() public abstract method

Compiles the initialization function
public abstract Compile ( TFGraph graph, TFShape shape ) : TFOutput
graph TFGraph Tensorflow graph to use for creating the initialization function
shape TFShape The shape of the variable to initialize
return TFOutput