Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NeuralNet ¶
type NeuralNet interface {
GetActions() []string
GetChild(int) NeuralNet
GetSensors() []string
GetNeurons(int) []Neuron
Compute(map[string]float64) (map[string]bool, error)
Save(io.Writer) error
String() string
}
NeuralNet represents a neural net
Click to show internal directories.
Click to hide internal directories.