From 6b47a9cd6752fa6b7ef4e4e319ebdc31e756b5b3 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 11 Apr 2022 11:53:33 -0400 Subject: [PATCH] Update src/mlpack/methods/ann/layer/alpha_dropout.hpp Co-authored-by: Marcus Edel --- src/mlpack/methods/ann/layer/alpha_dropout.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/methods/ann/layer/alpha_dropout.hpp b/src/mlpack/methods/ann/layer/alpha_dropout.hpp index 9f5ca86448..8cfd39fa13 100644 --- a/src/mlpack/methods/ann/layer/alpha_dropout.hpp +++ b/src/mlpack/methods/ann/layer/alpha_dropout.hpp @@ -75,7 +75,7 @@ class AlphaDropoutType : public Layer AlphaDropoutType& operator=(AlphaDropoutType&& other); /** - * Ordinary feed forward pass of the alpha_dropout layer. + * Ordinary feed forward pass of the AlphaDropout layer. * * @param input Input data used for evaluating the specified function. * @param output Resulting output activation.