Merge pull request #709 from DoktorMike/master

Small fix for recurrence documentation
This commit is contained in:
Mike J Innes 2019-04-23 14:51:25 +01:00 committed by GitHub
commit bd2611da9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ If you use the `RNN(10, 5)` constructor as opposed to `RNNCell` you'll s
```julia
julia> RNN(10, 5)
Recur(RNNCell(Dense(15, 5)))
Recur(RNNCell(10, 5, tanh))
```
## Sequences