Documentation ¶
Index ¶
- func InputsFromImage(g *image.Gray) (inputs []float64)
- func MakeSamples(sf SetFiles) ([]neural.Sample, error)
- func OutputsFromLabel(label byte) (outputs []float64)
- func ReadImages(r io.Reader) ([]*image.Gray, error)
- func ReadImagesFile(filename string) ([]*image.Gray, error)
- func ReadInputs(r io.Reader) ([][]float64, error)
- func ReadInputsFile(filename string) ([][]float64, error)
- func ReadLabels(r io.Reader) ([]uint8, error)
- func ReadLabelsFile(filename string) ([]uint8, error)
- func ReadOutputs(r io.Reader) ([][]float64, error)
- func ReadOutputsFile(filename string) ([][]float64, error)
- type DBFiles
- type SetFiles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InputsFromImage ¶
func OutputsFromLabel ¶
func ReadInputsFile ¶
func ReadLabelsFile ¶
func ReadOutputsFile ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.