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

Refactor neural networks #161

Merged
merged 4 commits into from
Jul 12, 2016
Merged

Refactor neural networks #161

merged 4 commits into from
Jul 12, 2016

Conversation

superbock
Copy link
Collaborator

@superbock superbock commented Jul 12, 2016

This PR makes Layers callable, thus allowing to use simple functions as layers.
Gates and Cells of LSTMLayer were refactored and the latter takes gates as arguments instead of combined weights.
Additionally, this PR fixes multi-threading of NeuralNetworkEnsemble.

@superbock superbock merged commit f953966 into master Jul 12, 2016
@superbock superbock deleted the refactor_nn branch July 12, 2016 13:42
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.

1 participant