Loading...
Github - AutoAugment论文:AutoAugment - Learning Augmentation Policies from Data...
EfficientNet 是一种新的模型缩放方法,准确率比之前最好的Gpipe提高了0.1%,但是模型更小更快,参数的数量和FLOPS都大大减少,效率提升...
原文:Multi-Label Image Classification with PyTorch: Image Tagging - 2020.05.03作...
原文:Multi-Label Image Classification with PyTorch - 2020.04.04作者:Dmitry Retins...
原文:End-to-End Multi-label Classification - 2020.05.08Kaggle:Example of multi-...
原文:Label Smoothing - 2019.08.10作者:Lei Mao机器学习和深度学习中,往往采用很多正则化技术,比如L1,L2, drop...
原文:Label smoothing with Keras, TensorFlow, and Deep Learning - 2019.12.30作者:A...
FocalLoss 用于 one-stage 目标检测算法(Retinanet),提升检测效果.也可以被用于分类任务中,解决数据不平衡问题.1. Gith...
InceptionV3 - 类别标签平滑正则化LSR - AIUAIInceptionV3 论文中提出,one-hot 硬编码形式的标签会导致过拟合. 标...
From: 图像分类 - PaddlePaddle book图像相比文字能够提供更加生动、容易理解及更具艺术感的信息,是人们转递与交换信息的重要来源。这里...