Annex v0.1.0 Annex View Source
Link to this section Summary
Functions
Trains the given Annex.Learner given the learner, data, labels, and options.
Link to this section Functions
Link to this function
activation(name) View Source
Link to this function
dense(rows, opts \\ []) View Source
Link to this function
dropout(frequency) View Source
Link to this function
initialize(layer) View Source
Link to this function
predict(learner, data) View Source
Link to this function
sequence(layers, opts \\ []) View Source
Link to this function
train(learner, data, labels, options \\ []) View Source
Trains the given Annex.Learner given the learner, data, labels, and options.