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

Weight Initialization, GNum class and NFData instances #69

Open
wants to merge 206 commits into
base: master
Choose a base branch
from

Conversation

schnecki
Copy link
Contributor

see #51

@HuwCampbell
Copy link
Owner

Sorry, I'll get round to this soon.

@schnecki
Copy link
Contributor Author

No worries, it took me quite some time as well. Btw, I checked the implemented learning algorithm and it seems to me that this is SGD with momentum and regularization. Is this correct?

-- | Class for random initialization of a layer. This enables to use
-- various initialization techniques for the networks. Every layer
-- needs to implement this.
class RandomLayer x where
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does pulling this into a separate class buy us anything?

Maybe UpdateLayer should just be renamed to BaseLayer or something and hold both?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I wanted to keep UpdateLayer for backward compatibility. But renaming is fine as well. I am currently on vacation and look into the other issues soon.

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

Successfully merging this pull request may close these issues.

None yet

5 participants