| Package | Description |
|---|---|
| org.nd4j.weightinit | |
| org.nd4j.weightinit.impl |
| Modifier and Type | Method and Description |
|---|---|
WeightInit |
WeightInitScheme.type()
The type of the weight init
|
static WeightInit |
WeightInit.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.
|
| Modifier and Type | Method and Description |
|---|---|
WeightInit |
ConstantInitScheme.type() |
WeightInit |
DistributionInitScheme.type() |
WeightInit |
IdentityInitScheme.type() |
WeightInit |
LecunUniformInitScheme.type() |
WeightInit |
NDArraySupplierInitScheme.type() |
WeightInit |
OneInitScheme.type() |
WeightInit |
ReluInitScheme.type() |
WeightInit |
ReluUniformInitScheme.type() |
WeightInit |
SigmoidUniformInitScheme.type() |
WeightInit |
UniformInitScheme.type() |
WeightInit |
VarScalingNormalFanAvgInitScheme.type() |
WeightInit |
VarScalingNormalFanInInitScheme.type() |
WeightInit |
VarScalingNormalFanOutInitScheme.type() |
WeightInit |
VarScalingNormalUniformFanInInitScheme.type() |
WeightInit |
VarScalingNormalUniformFanOutInitScheme.type() |
WeightInit |
VarScalingUniformFanAvgInitScheme.type() |
WeightInit |
XavierFanInInitScheme.type() |
WeightInit |
XavierInitScheme.type() |
WeightInit |
XavierUniformInitScheme.type() |
WeightInit |
ZeroInitScheme.type() |
Copyright © 2021. All rights reserved.