-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
correct the "First Neural Network" code #26
Comments
Thanks so much for the catch! I'm glad you like the project. I think I just forgot to add the manim_ml/neural_network/init.py file which defined all of these import shortcuts in the most recent pypi package. It should be good now if you install again by running |
Yes. It works! I think it is better to keep only one way to import the code:(Method-A or Method-B). Of course, the amount of the job is enormous ! Thank you again! :) |
I'm glad you appreciate the project. I am planning on adding some additional neural network architectures soon. I understand it's a bit confusing. The main reason for method-a was to make the imports less complicated for example, so they don't have 5 or 6 lines of imports. |
Closing now if this issue is solved. |
Thank you for sharing your job! @helblazer811
The second line of the "First Neural Network"
should be changed as
I hope this project gets better and better.
The text was updated successfully, but these errors were encountered: