Update src/mlpack/methods/ann/layer/alpha_dropout.hpp

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
Ryan Curtin
2022-04-11 11:53:33 -04:00
committed by GitHub
co-authored by Marcus Edel
parent 77203b84cf
commit 6b47a9cd67
@@ -75,7 +75,7 @@ class AlphaDropoutType : public Layer<MatType>
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.