Annex v0.1.0 Annex.Layer.Neuron View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
backprop(neuron, total_loss_pd, neuron_loss_pd, learning_rate, activation_deriv) View Source
Link to this function
feedforward(neuron, inputs) View Source
Link to this function
get_bias(neuron) View Source
Link to this function
get_inputs(neuron) View Source
Link to this function
get_output(neuron) View Source
Link to this function
get_sum(neuron) View Source
Link to this function
get_weights(neuron) View Source
Link to this function
new(weights, bias) View Source
Link to this function