Versions in this module Expand all Collapse all v0 v0.26.28 Mar 22, 2022 Changes in this version + type IConstant struct + func Constant() *IConstant + func (i *IConstant) GetCustomLayerDefinition() string + func (i *IConstant) GetKerasLayerConfig() interface{} + func (i *IConstant) SetName(name string) *IConstant + func (i *IConstant) SetValue(value float64) *IConstant + type IGlorotNormal struct + func GlorotNormal() *IGlorotNormal + func (i *IGlorotNormal) GetCustomLayerDefinition() string + func (i *IGlorotNormal) GetKerasLayerConfig() interface{} + func (i *IGlorotNormal) SetName(name string) *IGlorotNormal + func (i *IGlorotNormal) SetSeed(seed interface{}) *IGlorotNormal + type IGlorotUniform struct + func GlorotUniform() *IGlorotUniform + func (i *IGlorotUniform) GetCustomLayerDefinition() string + func (i *IGlorotUniform) GetKerasLayerConfig() interface{} + func (i *IGlorotUniform) SetName(name string) *IGlorotUniform + func (i *IGlorotUniform) SetSeed(seed interface{}) *IGlorotUniform + type IHeNormal struct + func HeNormal() *IHeNormal + func (i *IHeNormal) GetCustomLayerDefinition() string + func (i *IHeNormal) GetKerasLayerConfig() interface{} + func (i *IHeNormal) SetName(name string) *IHeNormal + func (i *IHeNormal) SetSeed(seed interface{}) *IHeNormal + type IHeUniform struct + func HeUniform() *IHeUniform + func (i *IHeUniform) GetCustomLayerDefinition() string + func (i *IHeUniform) GetKerasLayerConfig() interface{} + func (i *IHeUniform) SetName(name string) *IHeUniform + func (i *IHeUniform) SetSeed(seed interface{}) *IHeUniform + type IIdentity struct + func Identity() *IIdentity + func (i *IIdentity) GetCustomLayerDefinition() string + func (i *IIdentity) GetKerasLayerConfig() interface{} + func (i *IIdentity) SetGain(gain float64) *IIdentity + func (i *IIdentity) SetName(name string) *IIdentity + type IOnes struct + func Ones() *IOnes + func (i *IOnes) GetCustomLayerDefinition() string + func (i *IOnes) GetKerasLayerConfig() interface{} + func (i *IOnes) SetName(name string) *IOnes + type IOrthogonal struct + func Orthogonal() *IOrthogonal + func (i *IOrthogonal) GetCustomLayerDefinition() string + func (i *IOrthogonal) GetKerasLayerConfig() interface{} + func (i *IOrthogonal) SetGain(gain float64) *IOrthogonal + func (i *IOrthogonal) SetName(name string) *IOrthogonal + func (i *IOrthogonal) SetSeed(seed interface{}) *IOrthogonal + type IRandomNormal struct + func RandomNormal() *IRandomNormal + func (i *IRandomNormal) GetCustomLayerDefinition() string + func (i *IRandomNormal) GetKerasLayerConfig() interface{} + func (i *IRandomNormal) SetMean(mean float64) *IRandomNormal + func (i *IRandomNormal) SetName(name string) *IRandomNormal + func (i *IRandomNormal) SetSeed(seed interface{}) *IRandomNormal + func (i *IRandomNormal) SetStddev(stddev float64) *IRandomNormal + type IRandomUniform struct + func RandomUniform() *IRandomUniform + func (i *IRandomUniform) GetCustomLayerDefinition() string + func (i *IRandomUniform) GetKerasLayerConfig() interface{} + func (i *IRandomUniform) SetMaxval(maxval float64) *IRandomUniform + func (i *IRandomUniform) SetMinval(minval float64) *IRandomUniform + func (i *IRandomUniform) SetName(name string) *IRandomUniform + func (i *IRandomUniform) SetSeed(seed interface{}) *IRandomUniform + type ITruncatedNormal struct + func TruncatedNormal() *ITruncatedNormal + func (i *ITruncatedNormal) GetCustomLayerDefinition() string + func (i *ITruncatedNormal) GetKerasLayerConfig() interface{} + func (i *ITruncatedNormal) SetMean(mean float64) *ITruncatedNormal + func (i *ITruncatedNormal) SetName(name string) *ITruncatedNormal + func (i *ITruncatedNormal) SetSeed(seed interface{}) *ITruncatedNormal + func (i *ITruncatedNormal) SetStddev(stddev float64) *ITruncatedNormal + type IVarianceScaling struct + func VarianceScaling() *IVarianceScaling + func (i *IVarianceScaling) GetCustomLayerDefinition() string + func (i *IVarianceScaling) GetKerasLayerConfig() interface{} + func (i *IVarianceScaling) SetDistribution(distribution string) *IVarianceScaling + func (i *IVarianceScaling) SetMode(mode string) *IVarianceScaling + func (i *IVarianceScaling) SetName(name string) *IVarianceScaling + func (i *IVarianceScaling) SetScale(scale float64) *IVarianceScaling + func (i *IVarianceScaling) SetSeed(seed interface{}) *IVarianceScaling + type IZeros struct + func Zeros() *IZeros + func (i *IZeros) GetCustomLayerDefinition() string + func (i *IZeros) GetKerasLayerConfig() interface{} + func (i *IZeros) SetName(name string) *IZeros + type Initializer interface + GetKerasLayerConfig func() interface{} + type NilInitializer struct + func (n *NilInitializer) GetKerasLayerConfig() interface{}