Skip to content

Issue with mnist learning code #1

Description

@chrispy42

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.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions