File tree Expand file tree Collapse file tree 7 files changed +43
-0
lines changed Expand file tree Collapse file tree 7 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,19 @@ module.exports = function () {
1616 [ '/deep/basics/machine_translation' , '机器翻译' ] ,
1717 [ '/deep/basics/gan' , '生成对抗网络' ]
1818 ]
19+ } ,
20+ {
21+ title : '七日入门深度学习' ,
22+ collapsable : true ,
23+ sidebarDepth : 3 ,
24+ children : [
25+ [ '/deep/videos/day1_01' , 'Day 1:初识深度学习' ] ,
26+ [ '/deep/videos/day1_02' , 'Day 1:如何快速入门深度学习?' ] ,
27+ [ '/deep/videos/day2_01' , 'Day 2:图像识别基础与实战' ] ,
28+ [ '/deep/videos/day3_01' , 'Day 3:目标检测基础与实践(一)' ] ,
29+ [ '/deep/videos/day3_02' , 'Day 3:目标检测实战-RCNN算法讲解' ] ,
30+ [ '/deep/videos/day3_03' , 'Day 3:目标检测实战-YOLOv3检测物体' ]
31+ ]
1932 }
2033 ]
2134}
Original file line number Diff line number Diff line change 1+ # 初识深度学习
2+
3+ <iframe src =" //player.bilibili.com/player.html?aid=73200294&cid=125204215&page=1 " scrolling =" no " border =" 0 " frameborder =" no " framespacing =" 0 " allowfullscreen =" true " style =" max-height : 680px ; height : 55vh ; width : 100% ;" >
4+ 视频正在加载中,请稍等...
5+ </iframe >
Original file line number Diff line number Diff line change 1+ # 如何快速入门深度学习?
2+
3+ <iframe src =" //player.bilibili.com/player.html?aid=73205787&cid=125213994&page=1 " scrolling =" no " border =" 0 " frameborder =" no " framespacing =" 0 " allowfullscreen =" true " style =" max-height : 680px ; height : 55vh ; width : 100% ;" >
4+ 视频正在加载中,请稍等...
5+ </iframe >
Original file line number Diff line number Diff line change 1+ # 图像识别基础与实战
2+
3+ <iframe src =" //player.bilibili.com/player.html?aid=73304945&cid=125390852&page=1 " scrolling =" no " border =" 0 " frameborder =" no " framespacing =" 0 " allowfullscreen =" true " style =" max-height : 680px ; height : 55vh ; width : 100% ;" >
4+ 视频正在加载中,请稍等...
5+ </iframe >
Original file line number Diff line number Diff line change 1+ # 目标检测基础与实践(一)
2+
3+ <iframe src =" //player.bilibili.com/player.html?aid=73806752&cid=126246761&page=1 " scrolling =" no " border =" 0 " frameborder =" no " framespacing =" 0 " allowfullscreen =" true " style =" max-height : 680px ; height : 55vh ; width : 100% ;" >
4+ 视频正在加载中,请稍等...
5+ </iframe >
Original file line number Diff line number Diff line change 1+ # 目标检测实战-RCNN算法讲解
2+
3+ <iframe src =" //player.bilibili.com/player.html?aid=74167854&cid=126879940&page=1 " scrolling =" no " border =" 0 " frameborder =" no " framespacing =" 0 " allowfullscreen =" true " style =" max-height : 680px ; height : 55vh ; width : 100% ;" >
4+ 视频正在加载中,请稍等...
5+ </iframe >
Original file line number Diff line number Diff line change 1+ # 目标检测实战-YOLOv3检测物体
2+
3+ <iframe src =" //player.bilibili.com/player.html?aid=74140128&cid=126834819&page=1 " scrolling =" no " border =" 0 " frameborder =" no " framespacing =" 0 " allowfullscreen =" true " style =" max-height : 680px ; height : 55vh ; width : 100% ;" >
4+ 视频正在加载中,请稍等...
5+ </iframe >
You can’t perform that action at this time.
0 commit comments