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

Added GRU layer #167

Merged
merged 1 commit into from
Jul 21, 2016
Merged

Added GRU layer #167

merged 1 commit into from
Jul 21, 2016

Conversation

flokadillo
Copy link
Contributor

No description provided.

Parameters
----------
weights_in_to_hidden_update : numpy array, shape ()
Weights.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I prefer a simple weights (in line with all other layers and gates) as the parameter name and a more descriptive description.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

@flokadillo flokadillo force-pushed the features/GRU branch 3 times, most recently from 824c2e7 to dd16436 Compare July 15, 2016 09:48
@superbock superbock added this to the v0.14 milestone Jul 15, 2016
@flokadillo flokadillo force-pushed the features/GRU branch 5 times, most recently from 9c3785c to 8cefa54 Compare July 21, 2016 09:00
@superbock superbock merged commit e5ee97b into master Jul 21, 2016
@superbock superbock deleted the features/GRU branch July 21, 2016 11:17
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.

2 participants