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.