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

Chapter 8: Batch gradient descent. Wrong alpha value #42

Open
cesarab opened this issue Apr 11, 2020 · 0 comments
Open

Chapter 8: Batch gradient descent. Wrong alpha value #42

cesarab opened this issue Apr 11, 2020 · 0 comments

Comments

@cesarab
Copy link

cesarab commented Apr 11, 2020

In Chapter 8, the value of alpha in the dropout example is 0.005. In the batch gradient descent example, the text says that alpha is 20 times larger than before. 0.005 * 20 = 0.1

However, the value of alpha in the code example is 0.001.

I think it should be 0.1.

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