forked from megvii-research/megvii-pku-dl-course
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (60 loc) · 3.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title>Joint course of Megvii Inc. and Peking University on Deep Learning</title>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<style>
#MyBody {
margin-left: 200px;
margin-top: 40px
}
#PageBody {
margin-left: 200px;
margin-right: 200px;
margin-bottom: 100px;
height: 800px;
}
#Notice {
margin-left: 200px;
margin-right: 200px;
height: 12px;
}
</style>
</head>
<body style="background-color=#ffffff;">
<table id="MyBody">
<tbody>
<!-- <tr>
<td width="20"></td>
<td width="260">
<img src="sunjian.jpg" width="350" height="200" alt="Sun Jian's Picture" />
</td>
</tr>
-->
</tbody>
</table>
<div id="PageBody">
<br />
<hr />
<h2> Slides </h2>
<ul>
<li> Lecture 1, Introduction of Computer Vision and Deep Learning (<a href = "slides/Lecture1(Intro of CV and DL)_novideo.pdf" > PDF </a>) </li>
<li> Lecture 2, Math in Deep Learning (<a href = "slides/Lecture2(MathInDL).pdf" > PDF </a>) </li>
<li> Lecture 3, Neural Network Basics and Architecture Design (<a href = "slides/Lecture3(NetworkBasics).pdf" > PDF </a>), <a href="slides/Lecture3(course_project1).pdf"> assignment (Chinese) </a> </li>
<li> Lecture 4, Introduction to Computation Technologies in Deep Learning (<a href = "slides/Lecture4(Computation Technology).pdf" > PDF </a>), <a href = "slides/Lecture4(assignment4).pdf"> assignment (Chinese) </a> </li>
<li> Lecture 5, Neural Network Approximation (<a href = "slides/Lecture5(Neural Network Approximation).pdf" > PDF </a>) </li>
<li> Lecture 6, Modern Object Detection (<a href = "slides/Lecture6(Object Detection).pdf" > PDF </a>) </li>
<li> Lecture 7, Scene Text Detection and Recognition (<a href = "slides/Lecture7(Text Detection and Recognition_20171031).pdf" > PDF </a>) </li>
<li> Lecture 8, Image Segmentation (<a href = "slides/Lecture8(Image Segmentation).pdf" > PDF </a>) </li>
<li> Lecture 9, Recurrent Neural Networks (<a href = "slides/Lecture9 Recurrent Neural Networks.pdf" > PDF </a>) </li>
<li> Lecture 10, Introduction to Generative Models (and GANs) (<a href = "slides/Lecture 10_ Introduction to Generative Models.pdf" > PDF </a>) </li>
<li> Lecture 11, Human Understanding: ReID and Pose and Attributes and Activity (<a href = "slides/Lecture 11, Human Understanding_ ReID and Pose and Attributes and Activity .pdf" > PDF </a>) </li>
<li> Lecture 12, Shape from X (<a href = "slides/Lecture 12_ Shape from X.pdf" > PDF </a>) </li>
<li> Lecture 13, Visual Object Tracking (<a href = "slides/Lecture 13_ Visual Object Tracking.pdf" > PDF </a>) </li>
<li> Lecture 14, Neural Network in Computer Graphics (<a href = "slides/Lecture 14, Neural Network in Computer Graphics.pdf" > PDF </a>) </li>
</ul>
<hr />
<!-- hhmts start -->Last modified: Dec. 27, 2017.
</div>
</body>
</html>