Versions in this module Expand all Collapse all v0 v0.26.28 Mar 22, 2022 Changes in this version + type NilRegularizer struct + func (n *NilRegularizer) GetKerasLayerConfig() interface{} + type RL1 struct + func L1() *RL1 + func (r *RL1) GetCustomLayerDefinition() string + func (r *RL1) GetKerasLayerConfig() interface{} + func (r *RL1) SetL1(l1 float64) *RL1 + func (r *RL1) SetName(name string) *RL1 + type RL2 struct + func L2() *RL2 + func (r *RL2) GetCustomLayerDefinition() string + func (r *RL2) GetKerasLayerConfig() interface{} + func (r *RL2) SetL2(l2 float64) *RL2 + func (r *RL2) SetName(name string) *RL2 + type Regularizer interface + GetKerasLayerConfig func() interface{}