File resnet.hpp¶
↰ Parent directory (/home/jenkins/docs/models/models/resnet)
Contents
Definition (/home/jenkins/docs/models/models/resnet/resnet.hpp)¶
Detailed Description¶
Aakash Kaushik
Definition of ResNet models.
For more information, kindly refer to the following paper.
@article{KaimingHe2015, author={KaimingHe,XiangyuZhang,ShaoqingRen,JianSun}, title={DeepResidualLearningforImageRecognition}, year={2015}, url={https://arxiv.org/pdf/1512.03385.pdf} }
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 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Includes¶
./../../utils/utils.hppmlpack/core.hppmlpack/methods/ann/ffn.hppmlpack/methods/ann/init_rules/he_init.hppmlpack/methods/ann/init_rules/random_init.hppmlpack/methods/ann/layer/layer.hppmlpack/methods/ann/layer/layer_types.hppmlpack/methods/ann/loss_functions/binary_cross_entropy_loss.hppresnet_impl.hpp(File resnet_impl.hpp)