Documentation
¶
Overview ¶
Package sum implements a sum layer and combiner
Package sum implements a sum layer and combiner
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sum ¶
type Sum struct {
// contains filtered or unexported fields
}
func (*Sum) Disregard ¶
Disregard tells whether putting value false at position n would not affect any feature output (as opposed to putting value true at position n). This excludes training samples early which would have no impact, because the next layer would see the same thing regardless of what we put.
Click to show internal directories.
Click to hide internal directories.