org.joone.engine.weights
Interface WeightInitializer
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- FanInBasedWeightInitializer, RandomWeightInitializer
public interface WeightInitializer extends java.io.SerializableThis interface desribes the methods that needs to be implemented in order to create new weight (or bias) initializers. Weight initializers can be set by using the method {@link org.joone.engine.Matrix#setWeightInitializer(WeightInitializer).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidinitialize(Matrix aMatrix)Initializes weights (biases) represented by the matrix.
-
-
-
Method Detail
-
initialize
void initialize(Matrix aMatrix)
Initializes weights (biases) represented by the matrix.- Parameters:
aMatrix- the weights (biases) to be initialized.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG