public interface WeightInitializer extends Serializable
Modifier and Type | Method and Description |
---|---|
WeightInitializer |
clone() |
void |
init(Matrix w,
Random rand)
Initializes the values of the given weight matrix
|
void init(Matrix w, Random rand)
w
- the matrix to initializerand
- the source of randomness for the initializationWeightInitializer clone()
Copyright © 2017. All rights reserved.