About 68,900 results
Open links in new tab
  1. 何恺明ResNet(残差网络)——彻底改变深度神经网络的训练方式

    残差网络(ResNet, Residual Network) 由 何恺明(Kaiming He) 等人于 2015 年 在微软研究院(Microsoft Research)提出。 他们在论文 “Deep Residual Learning for Image Recognition”(CVPR …

  2. ResNet——CNN经典网络模型详解 (pytorch实现) - CSDN博客

    Apr 29, 2020 · 1、前言 ResNet(Residual Neural Network)由微软研究院的Kaiming He等四名华人提出,通过使用ResNet Unit成功训练出了152层的 神经网络,并在ILSVRC2015比赛中取得冠军, …

  3. [1512.03385] Deep Residual Learning for Image Recognition

    Dec 10, 2015 · We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously. We explicitly reformulate the layers as learning …

  4. 7.6. 残差网络(ResNet) — 动手学深度学习 2.0.0 documentation

    因此,这种模型通常被称为ResNet-18。 通过配置不同的通道数和模块里的残差块数可以得到不同的ResNet模型,例如更深的含152层的ResNet-152。 虽然ResNet的主体架构跟GoogLeNet类似, …

  5. 神经网络算法 - 一文搞懂ResNet(残差神经网络) - 文章 - 开发者社区 …

    Jun 19, 2024 · ResNet 。 残差神经网络ResNet 一、 ResNet 的本质 ResNet的定义: 残差神经网络(ResNet)是一种深度卷积神经网络(CNN)的架构, 它通过引入“残差学习”来解决深度网络训练 …

  6. Residual neural network - Wikipedia

    A residual neural network (also referred to as a residual network or ResNet) [1] is a deep learning architecture in which the layers learn residual functions with reference to the layer inputs.

  7. 深度学习基础--ResNet网络的讲解,ResNet50的复现 (pytorch)以及用 …

    Feb 25, 2025 · 小编在学习深度学习的时候,曾经遇到过这样一个问题,有时候加深网络结构,反而在准确率、损失率上更差,这种现象称为模型" 退化 "现象,而 ResNet的残差连接可以保证下一层的输出 …

  8. ResNetPyTorch

    Resnet models were proposed in “Deep Residual Learning for Image Recognition”. Here we have the 5 versions of resnet models, which contains 18, 34, 50, 101, 152 layers respectively.

  9. 一文带你看透什么是ResNet - carpell - 博客园

    Apr 21, 2025 · 什么是ResNet 首先我们来看什么是ResNet,其全称为Residual Network(残差网络),是一种深度学习的网络结构,由微软研究院的何凯明等人于2015年提出。

  10. 中国科大任少卿教授合著论文ResNet获CVPR2026「时间检验奖」

    11 hours ago · 在今年6月3日至7日于美国科罗拉多州丹佛市举办的CVPR 2026国际学术大会上,中国科学技术大学任少卿教授及合作者何恺明、张祥雨、孙剑凭借其奠基性工作《Deep Residual Learning …