码迷,mamicode.com
首页 > Web开发 > 详细

ResNet 知识点

时间:2018-09-26 21:39:42      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:res   激活   short   rtc   div   --   函数   net   shortcut   

残差块

graph TB x --> a1 subgraph 残差块 a1[加权运算] --> a2[激活函数] a2 --> b1[加权运算] end b1 --"$f(x) - x$"--> f(($+$)) x --"shortcut"--> f f --"$f(x)$"--> a3[激活函数] a3 --> t["残差块的输出"]

ResNet 知识点

标签:res   激活   short   rtc   div   --   函数   net   shortcut   

原文地址:https://www.cnblogs.com/q735613050/p/9709651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!