changed comment from LinearLayer to Recurrent in impl

This commit is contained in:
Nippun Sharma
2020-11-29 13:23:30 +05:30
committed by GitHub
parent 0ea76f3934
commit 56271d92f4
@@ -2,8 +2,7 @@
* @file methods/ann/layer/recurrent_impl.hpp
* @author Marcus Edel
*
* Implementation of the LinearLayer class also known as fully-connected layer
* or affine transformation.
* Implementation of the Recurrent class.
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the