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

Issue with mnist learning code #1

Open
chrispy42 opened this issue Jul 31, 2021 · 0 comments
Open

Issue with mnist learning code #1

chrispy42 opened this issue Jul 31, 2021 · 0 comments

Comments

@chrispy42
Copy link

When the network backpropagates the error it should be passing the learning rate divided by the epoch size. By just passing the learning rate each example is treated as its own epoch causing massive changes in the weights and biases. If the code is run the epoch size would not affect the results because of this issue.

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