From b84a60e74e4c1192c71957bc0ac1808c0f30c1a3 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Wed, 27 Feb 2019 15:11:24 +0000 Subject: [PATCH] Update src/layers/basic.jl Co-Authored-By: oxinabox --- src/layers/basic.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layers/basic.jl b/src/layers/basic.jl index d850acd3..e456185a 100644 --- a/src/layers/basic.jl +++ b/src/layers/basic.jl @@ -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.