public interface BiastInitializer extends Serializable
Modifier and Type | Method and Description |
---|---|
BiastInitializer |
clone() |
void |
init(Vec b,
int fanIn,
Random rand)
Performs the initialization of the given vector of bias values
|
void init(Vec b, int fanIn, Random rand)
b
- the vector to store the biases infanIn
- the number of connections coming into the layer that these
biases are for.rand
- the source of randomness for initializationBiastInitializer clone()
Copyright © 2017. All rights reserved.