Documentation of 'jsat.classifiers.neuralnetwork.initializers.WeightInitializer' Java class
WeightInitializer
jsat.classifiers.neuralnetwork.initializers

Interface WeightInitializer

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    GaussianNormalInit, TanhInitializer


    public interface WeightInitializer
    extends java.io.Serializable
    This interface specifies the method of initializing the weight connections in a neural network.
    • Method Detail

      • init

        void init(Matrix w,
                  java.util.Random rand)
        Initializes the values of the given weight matrix
        Parameters:
        w - the matrix to initialize
        rand - the source of randomness for the initialization

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.