Description
Updates the model using derivatives from a backward pass.
Usage
update(model, back_pass, alpha)
Arguments
model
list of all the weights and biases
back_pass
derivatives from a backwards pass through the network
Value
updated list of the weights and biases