Documentation of 'org.joone.engine.weights.WeightInitializer' Java class
WeightInitializer
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).
    • 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

You see the box below because you did not login.