Skip to content

Commit

Permalink
Merge pull request #1057 from dmitriy-serdyuk/rnn-see-also
Browse files Browse the repository at this point in the history
Add links to different recurrent models
  • Loading branch information
rizar committed Apr 7, 2016
2 parents e0b2be4 + 97cb6c4 commit 5a88107
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/rnn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,12 @@ implementation.
When looking at a recurrent brick's documentation, keep in mind that the
parameters to its ``apply`` method are explained in terms of a single
iteration, *i.e.* with the assumption that ``iterate = False``.

See Also
--------

- LSTM implementation: :class:`.bricks.recurrent.LSTM`
- GRU implementation: :class:`.bricks.recurrent.GatedRecurrent`
- Bidirectional RNNs: :class:`.bricks.recurrent.Bidirectional`
- Deep recurrent networks (stacked RNNs):
:class:`.bricks.recurrent.RecurrentStack`

0 comments on commit 5a88107

Please sign in to comment.