Uses of Class
org.nd4j.weightinit.WeightInit
-
Packages that use WeightInit Package Description org.nd4j.weightinit org.nd4j.weightinit.impl -
-
Uses of WeightInit in org.nd4j.weightinit
Methods in org.nd4j.weightinit that return WeightInit Modifier and Type Method Description WeightInitWeightInitScheme. type()The type of the weight initstatic WeightInitWeightInit. valueOf(String name)Returns the enum constant of this type with the specified name.static WeightInit[]WeightInit. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WeightInit in org.nd4j.weightinit.impl
Methods in org.nd4j.weightinit.impl that return WeightInit Modifier and Type Method Description WeightInitConstantInitScheme. type()WeightInitDistributionInitScheme. type()WeightInitIdentityInitScheme. type()WeightInitLecunUniformInitScheme. type()WeightInitNDArraySupplierInitScheme. type()WeightInitOneInitScheme. type()WeightInitReluInitScheme. type()WeightInitReluUniformInitScheme. type()WeightInitSigmoidUniformInitScheme. type()WeightInitUniformInitScheme. type()WeightInitVarScalingNormalFanAvgInitScheme. type()WeightInitVarScalingNormalFanInInitScheme. type()WeightInitVarScalingNormalFanOutInitScheme. type()WeightInitVarScalingNormalUniformFanInInitScheme. type()WeightInitVarScalingNormalUniformFanOutInitScheme. type()WeightInitVarScalingUniformFanAvgInitScheme. type()WeightInitXavierFanInInitScheme. type()WeightInitXavierInitScheme. type()WeightInitXavierUniformInitScheme. type()WeightInitZeroInitScheme. type()
-