-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Thanks for effort in this code and sharing this with us
When I tried to use it, I get this error message at backward function
NameError Traceback (most recent call last)
in ()
2
3 N, D, H = 4, 5, 6
----> 4 x = np.random.randn(N, D)
5 h = np.random.randn(N, H)
6 Wx = np.random.randn(D, H)
NameError: name 'np' is not defined
Can you please help me?
What should I do?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels