ageron / ageron/handson-ml3

[BUG]Chapter 11 of the book contains incorrect content

Open
#76 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
14.1k
Forks
5.3k
PR merge metrics
No merged PRs in 30d

Description

**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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.