dlsyscourse / hw1

8 stars 26 forks source link

fix typo #17

Closed MikuGhoul closed 1 year ago

MikuGhoul commented 1 year ago

Fix typo in Question 6. Should be logits = ReLU(X * W1) * W2 instead of logits = ReLU(X * W1) * W1