-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Hello, Andrew Trask.
I am a college student writing my thesis on Artificial Intelligence using your book - "Groking - Deep Learning".
I encountered a problem that I solved myself in Chapter 5. In the last code example that shows a neural network with several inputs and several outputs, there is a typo or error in the book itself. It says (weight_deltas = outer_prod(input,delta)), but it should have been written (weight_deltas = outer_prod(delta, input)), as you have in GitHub. Unfortunately, I found out about your GitHub when I had already corrected the inaccuracy myself, having spent 1.5 hours of time, going through all the rest of the code)
I want to thank you for your work, which helps me learn deep learning!
Greetings from Russia
From Danila. S