Skip to content

Ch 10 Optimizer SGD parameter wrong in the book #12

@pstingley

Description

@pstingley

In the book p 251, 271 & 276, learning_rate begins with a capitol letter "L" in the class definition, but it doesn't in this code and it shouldn't.

def init(self, learning_rate=1., decay=0., momentum=0.):
self.learning_rate = learning_rate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions