This repository was archived by the owner on Jul 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Add Recurrent Layers #71
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e6aa346
Add LSTM Cell
tanmayb123 43cd01e
Rename forgetBias
tanmayb123 e90277b
Full Weight/Bias name in Variables
tanmayb123 23e9a2a
Add Feedback: phase 1
tanmayb123 f9825d5
Address Feedback on LSTM + add zeroState()
tanmayb123 acd87ad
Make all members public
tanmayb123 c39e97b
Add Simple RNN Cell
tanmayb123 f4e2f51
make LSTM compile
tanmayb123 d587362
Change State argument names
tanmayb123 abe1a60
Merge branch 'master' into master
tanmayb123 97b9c15
Formatting
tanmayb123 c7655d9
Formatting 2
tanmayb123 ff07ce5
review & cleanup
tanmayb123 16631ea
Update recurrent cells for new Layer protocol
tanmayb123 b00fa30
Make Recurrent Cells conform to RNNCell + add incomplete test
tanmayb123 afbbc7a
Typo
tanmayb123 e7bc6b3
`stepInput` -> `input`
tanmayb123 94aa2c3
review
tanmayb123 fab7f1f
add TimeStep Input/Output
tanmayb123 ae889bb
review
tanmayb123 9286746
add bias to other LSTM gates
tanmayb123 aacaf36
inferring -> applied
rxwei 7d72ab0
Cleanup weights/biases
tanmayb123 3962f46
make stateShape public
tanmayb123 6bef9bb
Turn stateShape into a computed property
tanmayb123 694277d
Merge pull request #2 from tensorflow/master
tanmayb123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.