📎︎
NOM
▶︎
NOM
▶︎
ModelNode
▶︎
Layer
▶︎
Incoming
▶︎
Types

:
: ;

static function Types()
NOM.js: 3400
Enumeration defining the available methods for incoming configuration.
: Dexter;

Enum

Types
Enumeration defining the available methods for incoming configuration.
: Dexter;

Config
0
Abstract class representing an layer incoming configruation object. (Ref: NOM.ModelNode.Layer.Incoming.Config )
Concat
1
Concatenate all incoming nodes. Nodes should have either the same number of dimensions, or higher dimension than the core incoming node. (Ref: NOM.ModelNode.Layer.Incoming.Concat )
ElementWiseConfig
2
Abstract class representing an option of summing incoming nodes element-wise. (Ref: NOM.ModelNode.Layer.Incoming.ElementWiseConfig )
Sum
3
Elemenally sum all incoming nodes. Nodes should be same in dimensions, or the pre-feature dimensions should be the multiple of the core incoming node. Implementation of ResNet or Highway Network may consider using this method. (Ref: NOM.ModelNode.Layer.Incoming.Sum )
Multiply
4
Elementally multiply all incoming nodes. Nodes should be same in dimensions, or the pre-feature dimensions should be the multiple of the core incoming node. (Ref: NOM.ModelNode.Layer.Incoming.Multiply )
Blend
5
Elementally sum and multiply the elemenental min of all incoming nodes with weighted proportion on summation and multiplication. Nodes should be same in dimensions, or the pre-feature dimensions should be the multiple of the core incoming node. (Ref: NOM.ModelNode.Layer.Incoming.Blend )

Language:
Theme: