Skip to content
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

[BUG]Chapter 11 of the book contains incorrect content #76

Open
chaoalexander opened this issue May 15, 2023 · 0 comments
Open

[BUG]Chapter 11 of the book contains incorrect content #76

chaoalexander opened this issue May 15, 2023 · 0 comments

Comments

@chaoalexander
Copy link

Describe the bug
In the third edition of the book, in Chapter 11 of the Max Norm Regulation, in the last paragraph, you write, 'The max_norm() function has an axis argument that defaults to 0.' A Dense layer usually has weights of shape [number of inputs, number of neurons], so using axis=0 means that the max-norm constraint will apply independently to each neuron’s Weight vector ", which looks similar to 'https://www.tensorflow.org/api_docs/python/tf/keras/constraints/MaxNorm'. The explanation given is different, axis=0 represents the input dimension

@chaoalexander chaoalexander changed the title [BUG] [BUG]Chapter 11 of the book contains incorrect content May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant