-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
68 lines (58 loc) · 3.73 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
---
layout: default
---
<div class="posts">
<article class="post">
<h2>Information </h2>
<div class = 'entry'>
<h5>Instructors: R. Venkatesh Babu </h5>
<h5>Teaching Assistant: Aakash Kumar Singh, Badrinath Singhal and Priyam Dey </h5>
<h5>Classroom Venue: Room No. 102, CDS Department</h5>
<h5>First Class: Wednesday, 8 Jan 2025, at 05:00 PM at CDS-202 classroom</h5>
<h5> Regular Class Timings (from 14th Jan 2025): Tue 15:30 - 17:00, Thu 15:30 - 17:00, Location: CDS 102 seminar room </h5>
<h5> Course Registration Form: <a href= 'https://forms.gle/riz8KVCAMzVhe4As8' target='blank'> Link to Google Form</a> It is mandatory to fill this form for interested students</h5>
<h5>Teams Code (2025 DLCV): 47wb8ek</h5>
<!-- <h5 style="color: red;">Please note: Tomorrow's class will be replaced by a talk by Dr. Ekdeep Singh Lubana at 4:00 PM in CDS 102. Attendance is mandatory for DS 265 students.</h5> -->
</div>
</article>
<article class="post">
<h2>Updates</h2>
<div class='entry'>
<ul>
<li style="color: red;">13th Jan 2025: There will be class tomorrow (14th Jan 2025) at 3:30 PM in the 102 Seminar Room, despite it being an institute holiday.
The purpose of this session is to discuss the new class timings. It is mandatory for all students to be present, as no further discussions regarding the class timings will be entertained after this meeting.
Please be on time and make sure to attend.</li>
<li style="color: red;">8th Jan 2025: Class on 9th Jan 2025 will be replaced by a talk by Dr. Ekdeep Singh Lubana at 4:00 PM in CDS 102. Attendance is mandatory for DS 265 students.</li>
<li style="color: red;">8th Jan 2025: Permission for Google form is updated.</li>
<!-- Add more updates as needed by duplicating the <li> structure -->
</ul>
<!-- <h5 style="color: red;">8th Jan 2025: Class on 9th Jan 2025 will be replaced by a talk by Dr. Ekdeep Singh Lubana at 4:00 PM in CDS 102. Attendance is mandatory for DS 265 students.</h5> -->
<!-- Add more updates here as needed -->
</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, 3D vision as well as foundational models such as Stable Diffusion.
</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): Probability, 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>