Skip to content
Snippets Groups Projects
Commit eaf8f998 authored by Ramsha Narmeen's avatar Ramsha Narmeen
Browse files

Delete apply_gradients.m

parent a35c6e0c
No related branches found
No related tags found
No related merge requests found
function network = apply_gradients(network, gradients, learning_rate)
network.Learnables = network.Learnables - learning_rate * gradients;
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment