From dbf6edfe85259a3a248b27e01a1e52e32c8100b6 Mon Sep 17 00:00:00 2001 From: Shubham Agrawal Date: Tue, 12 Jul 2022 12:27:56 +0800 Subject: [PATCH] added documentation --- src/mlpack/methods/ann/layer/identity.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mlpack/methods/ann/layer/identity.hpp b/src/mlpack/methods/ann/layer/identity.hpp index c6f6d51f6d..fd2ea1a2f9 100644 --- a/src/mlpack/methods/ann/layer/identity.hpp +++ b/src/mlpack/methods/ann/layer/identity.hpp @@ -3,6 +3,9 @@ * @author Shubham Agrawal * * Definition of the Identity class. + * + * This layer is used mainly in creating complex networks. This will be generally + * used with AddMerge or Concat layers. * * 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