Table of Contents

Class GlorotInitializer

Namespace
NeuralNetworks.ParamInitializers
Assembly
NeuralNetworks.dll
public class GlorotInitializer : RandomInitializer
Inheritance
GlorotInitializer
Inherited Members

Constructors

GlorotInitializer(SeededRandom?)

public GlorotInitializer(SeededRandom? random = null)

Parameters

random SeededRandom

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.