Update src/layers/basic.jl

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
This commit is contained in:
Kristoffer Carlsson 2019-02-27 15:11:24 +00:00 committed by Lyndon White
parent c1a33c556f
commit b84a60e74e

View File

@ -129,7 +129,7 @@ end
"""
MaxOut(over)
MaxOut is a neural network layer, which has a number of internal layers,
`MaxOut` is a neural network layer, which has a number of internal layers,
which all have the same input, and the max out returns the elementwise maximium
of the internal layers' outputs.