All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.nn.WeightInit Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.nn;

/**
 * Weight initialization scheme
 * @author Adam Gibson
 */
public enum WeightInit {
    /*
        Variance normalized initialization (VI) (Glorot)
        Sparse initialization (SI) (Martens)
        Zeros: straight zeros
        Sample weights from a distribution
     */
    VI,ZERO, SIZE, DISTRIBUTION

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy