-
-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prediction TypeError in Let’s code a Neural Network in plain NumPy #4
Comments
Would you have a chance to share your notebook somewhere on GitHub? It's hard for me to debug your problem when I can't see the source code you're using. |
Here is my repository NumpyNN I've tried many times, but the error still occurs. |
Super. I will try to find out what may be the problem. |
@CreatureOX I think I already know what your problem is. The error occurred because some of the code you used was taken from an article on Medium and some from the repository. More specifically, the
Note that in the code version used in the repository, this function returns only one of these elements.
How can you solve this problem? In two ways:
I hope that everything is clear. Let us know if any further problems have occurred. Greetings. |
thx for your detailed reply, It works! |
Great! It's very nice to hear that. |
I could use
but there is an error when I implement next step
Here is it
But I think params_values is a dictionary, Why is it? I have copied all the necessary code.
btw, I use Juypter 6.7.0 in Anaconda3 & python 3.6.7
The text was updated successfully, but these errors were encountered: