This commit is contained in:
Lyndon White 2019-02-27 15:19:10 +00:00
parent b84a60e74e
commit 838047f708
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ GRU
Flux.Recur Flux.Recur
``` ```
## Hipster Layers ## Esoteric Layers
These are marginally more obscure layers that you probably haven't heard of. These are marginally more obscure layers.
```@docs ```@docs
MaxOut MaxOut

View File

@ -152,8 +152,8 @@ end
Constructs a MaxOut layer over `n_alts` instances of the layer given by `f`. Constructs a MaxOut layer over `n_alts` instances of the layer given by `f`.
All other arguements (`args` & `kwargs`) are passed to the constructor `f`. All other arguements (`args` & `kwargs`) are passed to the constructor `f`.
For example the followeExample usage For example the following example which
will construct a MaxOut layer over 4 dense linear layers, will construct a `MaxOut` layer over 4 dense linear layers,
each identical in structure (784 inputs, 128 outputs). each identical in structure (784 inputs, 128 outputs).
```julia ```julia
insize = 784 insize = 784