Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layer ¶
type Layer struct {
Neurons []Neuron
}
func BuildLayer ¶
func (Layer) CalculateOutput ¶
type Network ¶
type Network struct {
Layers []Layer
}
func BuildNetwork ¶
func BuildRandomNetwork ¶
func (Network) CalculateOutput ¶
Click to show internal directories.
Click to hide internal directories.