Table of Contents

Class RandomInitializer

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

Constructors

RandomInitializer(SeededRandom?)

public RandomInitializer(SeededRandom? random = null)

Parameters

random SeededRandom

Properties

Random

protected Random Random { get; }

Property Value

Random

Seed

protected int? Seed { get; }

Property Value

int?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.