Skip to content

Commit

Permalink
Add slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchang Zhou committed Nov 22, 2017
1 parent 6428d89 commit a7212e4
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!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>
</ul>

<hr />
<!-- hhmts start -->Last modified: Nov. 22, 2017.
</div>

</body>

</html>

Binary file not shown.
Binary file added slides/Lecture1(Intro of CV and DL)_novideo.pdf
Binary file not shown.
Binary file added slides/Lecture2(MathInDL).pdf
Binary file not shown.
Binary file added slides/Lecture3(NetworkBasics).pdf
Binary file not shown.
Binary file added slides/Lecture3(course_project1).pdf
Binary file not shown.
Binary file added slides/Lecture4(Computation Technology).pdf
Binary file not shown.
Binary file added slides/Lecture4(assignment4).pdf
Binary file not shown.
Binary file added slides/Lecture5(Neural Network Approximation).pdf
Binary file not shown.
Binary file added slides/Lecture6(Object Detection).pdf
Binary file not shown.
Binary file not shown.
Binary file added slides/Lecture8(Image Segmentation).pdf
Binary file not shown.
Binary file added slides/Lecture9 Recurrent Neural Networks.pdf
Binary file not shown.
Binary file added sunjian.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7212e4

Please sign in to comment.