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

Remove momentum from Layers #26

Open
HuwCampbell opened this issue Feb 26, 2017 · 2 comments
Open

Remove momentum from Layers #26

HuwCampbell opened this issue Feb 26, 2017 · 2 comments

Comments

@HuwCampbell
Copy link
Owner

HuwCampbell commented Feb 26, 2017

  • Momentum shouldn't be stored in the layers any more. This will free us up to use a broader set of optimisation algorithms. We will however need to provide a class for fast updates and manipulations of learnable parameters.

  • Gradient associated type family shouldn't exist, we'll just return a Network with gradient weights.

  • randomNetwork shouldn't exist. Networks where all layers have a Random instance will also have a Random instance.

@HuwCampbell HuwCampbell changed the title Num & Floating instances for Network Remove momentum from Layers Mar 8, 2017
@claudeha
Copy link
Contributor

Moreover, I noticed momentum is not serialized, which means saving/resuming training between sessions may be problematic.

@HuwCampbell
Copy link
Owner Author

Indeed.

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

2 participants