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.hpp
mlpack/core.hpp
mlpack/methods/ann/ffn.hpp
mlpack/methods/ann/init_rules/he_init.hpp
mlpack/methods/ann/init_rules/random_init.hpp
mlpack/methods/ann/layer/layer.hpp
mlpack/methods/ann/layer/layer_types.hpp
mlpack/methods/ann/loss_functions/binary_cross_entropy_loss.hpp
resnet_impl.hpp
(File resnet_impl.hpp)