org.joone.engine.weights
Interface WeightInitializer
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- FanInBasedWeightInitializer, RandomWeightInitializer
public interface WeightInitializer
- extends java.io.Serializable
This 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).
- Author:
- Boris Jansen
Method Summary |
void |
initialize(Matrix aMatrix)
Initializes weights (biases) represented by the matrix. |
initialize
void initialize(Matrix aMatrix)
- Initializes weights (biases) represented by the matrix.
- Parameters:
aMatrix
- the weights (biases) to be initialized.
Submit Feedback to pmarrone@users.sourceforge.net