training

package
v0.0.0-...-8a61e0c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EvaluationResults

type EvaluationResults struct {
	Loss     float64
	Accuracy float64
}

func (EvaluationResults) String

func (e EvaluationResults) String() string

type MLFramework

type MLFramework interface {
	Train(configuration string, weights string) (updatedWeights string, err error)
	Aggregate(updates []string) (aggregatedWeights string, err error)
	Evaluate(configuration string, weights string) (results EvaluationResults, err error)
}

Directories

Path Synopsis
This package provides an abstraction to tensorflow training which is carried out in python rather than go.
This package provides an abstraction to tensorflow training which is carried out in python rather than go.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL