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
randomSeededRandom
Properties
Random
protected Random Random { get; }
Property Value
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.