-
Notifications
You must be signed in to change notification settings - Fork 108
/
index.html
76 lines (71 loc) · 3.99 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
65
66
67
68
69
70
71
72
73
74
75
<!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> Spring 2019 </h2>
<a href="https://github.com/zsc/megvii-pku-dl-course/tree/master/slides19"> slides </a>
<hr />
<h2> Spring 2018 </h2>
<ul>
<li> Lecture 1, Neural Network Basics and Architecture Design (<a href = "slides18/network basics.pdf" > PDF </a>) </li>
<li> Lecture 2, Deep Learning Framework (<a href = "slides18/deeplearning_framework_peking.pdf" > PDF (Chinese) </a>, <a href= "https://github.com/zsc/megvii-pku-dl-course/blob/master/slides18/neural_networks_tutorial.ipynb"> IPython Notebook </a>) </li>
<li> Lecture 3, An Introduction to Modern Object Detection (<a href = "slides18/2018_05_16_ObjectDetection.pdf" > PDF </a>) </li>
<li> Lecture 4, Introduction to Computation Technologies in Deep Learning (Computer Architecture) (<a href = "slides18/dl-comp-tech.pdf" > PDF </a>) </li>
</ul>
<hr />
<h2> Fall 2017 </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 (Graph Engine) (<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: Jun. 9, 2018.
</div>
</body>
</html>