Documentation ¶
Index ¶
- Variables
- func Optimize(w []float64, b float64, x [][]float64, y []float64, num_iterations int, ...) ([]float64, float64)
- func Propagate(w []float64, b float64, x [][]float64, y []float64) (float64, []float64, float64)
- func Train(ctx context.Context, log *log.Logger, cacheDir string, trainDir string) error
- type Entry
Constants ¶
This section is empty.
Variables ¶
View Source
var Blue = "\033[34m"
View Source
var Cyan = "\033[36m"
View Source
var Gray = "\033[37m"
View Source
var Green = "\033[32m"
View Source
var Magenta = "\033[35m"
View Source
var Red = "\033[31m"
View Source
var Reset = "\033[0m"
View Source
var White = "\033[97m"
View Source
var Yellow = "\033[33m"
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.