Documentation ¶
Overview ¶
Package ml provides some fundamental machine learning primitives.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classifier ¶
type Classifier interface { Classify(data []float64) (int, error) Train(data [][]float64, correct []int) error }
Classifier TODO.
type GoLearnClassifier ¶
type GoLearnClassifier struct {
// contains filtered or unexported fields
}
GoLearnClassifier TODO.
type GoLearnNNClassifier ¶
type GoLearnNNClassifier struct {
// contains filtered or unexported fields
}
GoLearnNNClassifier TODO.
Directories ¶
Path | Synopsis |
---|---|
Package inference allows users to do inference through tflite (tf, pytorch, etc in the future)
|
Package inference allows users to do inference through tflite (tf, pytorch, etc in the future) |
Click to show internal directories.
Click to hide internal directories.