Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NilRegularizer ¶
type NilRegularizer struct{}
func (*NilRegularizer) GetKerasLayerConfig ¶
func (n *NilRegularizer) GetKerasLayerConfig() interface{}
type RL1 ¶
type RL1 struct {
// contains filtered or unexported fields
}
func (*RL1) GetCustomLayerDefinition ¶
func (*RL1) GetKerasLayerConfig ¶
func (r *RL1) GetKerasLayerConfig() interface{}
type RL2 ¶
type RL2 struct {
// contains filtered or unexported fields
}
func (*RL2) GetCustomLayerDefinition ¶
func (*RL2) GetKerasLayerConfig ¶
func (r *RL2) GetKerasLayerConfig() interface{}
type Regularizer ¶
type Regularizer interface {
GetKerasLayerConfig() interface{}
}
Click to show internal directories.
Click to hide internal directories.