Annex v0.2.0 Annex.Optimizer behaviour View Source
The Optimizer Behaviour and context for calling optimizer implementations.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: module()
t() :: module()
Link to this section Functions
Link to this function
train(optimizer, learner, dataset, opts)
View Source
train(optimizer, learner, dataset, opts)
View Source
train(t(), Annex.Learner.t(), Annex.Dataset.t(), Keyword.t()) ::
{Annex.Learner.t(), Annex.Learner.training_output()}
train(t(), Annex.Learner.t(), Annex.Dataset.t(), Keyword.t()) :: {Annex.Learner.t(), Annex.Learner.training_output()}
Link to this section Callbacks
Link to this callback
train(arg1, arg2, arg3)
View Source
train(arg1, arg2, arg3)
View Source
train(Annex.Learner.t(), Annex.Dataset.t(), Keyword.t()) ::
{Annex.Learner.t(), Annex.Learner.training_output()}
train(Annex.Learner.t(), Annex.Dataset.t(), Keyword.t()) :: {Annex.Learner.t(), Annex.Learner.training_output()}