Update src/mlpack/methods/ann/layer/alpha_dropout.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user