Annex v0.1.0 Annex.Perceptron View Source
Link to this section Summary
Link to this section Functions
Link to this function
new(inputs, activation, opts \\ []) View Source
Link to this function
predict(perceptron, inputs) View Source
Link to this function
train(p, all_inputs, all_labels, opts \\ [])
View Source
train(p, all_inputs, all_labels, opts \\ [])
View Source
train(Annex.Perceptron.t(), [float()], [float()], Keyword.t()) :: struct()
train(Annex.Perceptron.t(), [float()], [float()], Keyword.t()) :: struct()
Link to this function