Skip to content
Snippets Groups Projects
Commit d6759854 authored by Audard Lucile's avatar Audard Lucile
Browse files

Create mlp.py

parent 9f6d2ace
No related branches found
No related tags found
No related merge requests found
mlp.py 0 → 100644
def learn_once_mse(w1, b1, w2, b2, data, targets, learning_rate):
return w1, b1, w2, b2, loss
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment