Update src/layers/basic.jl
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
This commit is contained in:
parent
c1a33c556f
commit
b84a60e74e
@ -129,7 +129,7 @@ end
|
|||||||
"""
|
"""
|
||||||
MaxOut(over)
|
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
|
which all have the same input, and the max out returns the elementwise maximium
|
||||||
of the internal layers' outputs.
|
of the internal layers' outputs.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user