forked from val-iisc/DLCV2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (39 loc) · 1.96 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
---
layout: default
---
<div class="posts">
<article class="post">
<h2>Information </h2>
<div class = 'entry'>
<h5>Instructor: R. Venkatesh Babu and Anirban Chakraborty </h5>
<h5>Classroom Venue: Room Number 102, CDS Department</h5>
<h5>Class Timings: M, W, F: 10:00AM to 11:30AM</h5>
<h5> Course Form: <a href= 'https://docs.google.com/forms/d/1NrG4Yb4hbQ_32aRw9b3x2Zekfnbc8Pg4S1J15kQD5NM/viewform?ts=5a5465a6&edit_requested=true' target='blank'> Link to Google Form</a></h5>
</div>
</article>
<article class="post">
<h2>Brief description of the course</h2>
<div class="entry">
<p>In the recent years, Deep Learning has pushed to boundaries of research in many fields. This course focuses on the application of Deep Learning in the field of Computer Vision. The first half of the course formulates the basics of Deep Learning, which are built on top of various concepts from Image Processing and Machine Learning. The second half highlights the various flavors of Deep Learning in Computer Vision, such as Generative Models, Recurrent Models, and Deep Reinforcement Learning Models.
</p>
</div>
<a href="{{ site.baseurl }}/about" class="read-more">Read More</a>
<div class = 'entry'>
<h2>Prerequisites</h2>
<p>Primary crucial prerequisites : Machine Learning and Computer Vision/Image Processing
</p><p>Secondary Prerequisites(familiarity preffered): Statistics and Linear Algebra.
</p>
</div>
</article>
<article class="post">
<h2>Course Outcomes</h2>
<div class = 'entry'>
<ol>
<li>Thoroughly Understanding the fundamentals of Deep Learning.</li>
<li>Gaining knowledge of the different modalities of Deep learning currently used.</li>
<li>Gaining Knowlegde about State-of the art models and Other Important Works in recent years.</li>
<li>Learning the skills to implement Deep Learning based AI Systems(Use of Multiple packages etc.)</li>
</ol>
</div>
</article>
</div>