Documentation
¶
Index ¶
- func DumpToFile(path string, dump *NetworkDump) error
- func FromDump(dump *NetworkDump) *neural.Network
- func FromFile(path string) (*neural.Network, error)
- func SetFromFile(path string) (*learn.Set, error)
- func SetToFile(path string, set *learn.Set) error
- func ToFile(path string, n *neural.Network) error
- type NetworkDump
- type Weights
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpToFile ¶
func DumpToFile(path string, dump *NetworkDump) error
func FromDump ¶
func FromDump(dump *NetworkDump) *neural.Network
func SetFromFile ¶
SetFromFile reads a data set from a file
Types ¶
type NetworkDump ¶
func DumpFromFile ¶
func DumpFromFile(path string) (*NetworkDump, error)
func ToDump ¶
func ToDump(n *neural.Network) *NetworkDump
Click to show internal directories.
Click to hide internal directories.