jsat.classifiers.neuralnetwork.initializers
Interface BiastInitializer
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ConstantInit, GaussianNormalInit, TanhInitializer
public interface BiastInitializer extends java.io.SerializableThis interface specifies the method of initializing the bias connections in a neural network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description BiastInitializerclone()voidinit(Vec b, int fanIn, java.util.Random rand)Performs the initialization of the given vector of bias values
-
-
-
Method Detail
-
init
void init(Vec b, int fanIn, java.util.Random rand)
Performs the initialization of the given vector of bias values- Parameters:
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 initialization
-
clone
BiastInitializer clone()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG