Skip to content

Errata in chapter 1 #3

Description

@DavidMertz

I guess there is an errata page at the publisher, but I'm more concerned about author seeing this. The initial explanations of functions with mixtures of math, diagrams, and code written a few different ways confusingly mixes up ReLU and LeakyReLU repeatedly.

For example, in Figue 1-1, the diagram labelled "ReLU function" shows a LearkyReLU. On page 6, the code defines leaky_relu correctly, but then the note immediately below says that x.clip(min=0) (i.e. ReLU) is equivalent.

I can just see the process in writing of vacillating between whether ReLU or LeakyReLU is a better example, but the result would be really mysterious to someone who was not already familiar with both of those.

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