Documentation
¶
Overview ¶
Package full implements a fully connected layer and combiner
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Full ¶
type Full struct {
// contains filtered or unexported fields
}
func (*Full) 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.