Skip to content

typo in a book #71

Description

@MonaMoore566

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions