Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActivatorLookup = map[string]Activator{ "sigmoid": Sigmoid{}, "tanh": Tanh{}, }
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct {
// contains filtered or unexported fields
}
func BestNetworkFor ¶
func NewNetwork ¶
Click to show internal directories.
Click to hide internal directories.