-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
99 lines (99 loc) · 3.17 KB
/
courses.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Courses</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category"><div class="menu-head">Digbalay Bose</div></div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="Digbalay_Bose_CV.pdf">Resume</a></div>
<div class="menu-category"><div class="menu-head">Education</div></div>
<div class="menu-item"><a href="acads.html">Academics</a></div>
<div class="menu-item"><a href="courses.html" class="current">Courses</a></div>
<div class="menu-category"><div class="menu-head">Research</div></div>
<div class="menu-item"><a href="research_projects.html">Research Projects</a></div>
<div class="menu-item"><a href="pubs.html">Publications</a></div>
<div class="menu-category"><div class="menu-head">Work Experience</div></div>
<div class="menu-item"><a href="IBM_Research.html">IBM Research</a></div>
<div class="menu-category"><div class="menu-head">Misc</div></div>
<div class="menu-item"><a href="achievements.html">Achievements</a></div>
<div class="menu-item"><a href="extracurricular.html">Extracurricular</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Courses</h1>
</div>
<h3>Graduate Courses (IIT Bombay)</h3>
<ul>
<li><p>Computer Vision (<b>EE 702</b>)</p>
</li>
<li><p>Digital Image Processing (<b>CS 663</b>)</p>
</li>
<li><p>Foundations of Machine Learning (<b>CS 725</b>)</p>
</li>
<li><p>Image Processing (<b>EE 610</b>)</p>
</li>
<li><p>High Performance Scientific Computing (<b>ME 766</b>)</p>
</li>
<li><p>Advanced Computing for Electrical Engineers (<b>EE 717</b>)</p>
</li>
<li><p>Applied Linear Algebra (<b>EE 635</b>)</p>
</li>
<li><p>Wavelets(<b>EE 678</b>)</p>
</li>
<li><p>Matrix Computations (<b>EE 636</b>)</p>
</li>
<li><p>Optimal Control Systems (<b>EE 622</b>)</p>
</li>
<li><p>Control and Computation Laboratory (<b>EE 615</b>)</p>
</li>
<li><p>Multivariable Control Systems (<b>EE 640</b>)</p>
</li>
<li><p>Nonlinear Dynamical Systems (<b>EE 613</b>)</p>
</li>
<li><p>Introduction to Number Theory and Cryptography (<b>EE 720</b>)</p>
</li>
<li><p>Foundation of VLSI CAD (<b>EE 677</b>)</p>
</li>
<li><p>Behavioral Theory of Systems (<b>EE 714</b>)</p>
</li>
</ul>
<h3>Undergraduate Courses(Jadavpur University)</h3>
<h4>Electronics and Telecommunication Courses(Relevant)</h4>
<ul>
<li><p>Digital Signal Processing</p>
</li>
<li><p>Digital Control Systems</p>
</li>
<li><p>Control Engineering</p>
</li>
<li><p>Digital Communication</p>
</li>
<li><p>VLSI Design</p>
</li>
</ul>
<h4>Computer Science Courses(Relevant)</h4>
<ul>
<li><p>C Language and Data Structures</p>
</li>
<li><p>Computer Communication Networks</p>
</li>
<li><p>Computer Organization and Architecture</p>
</li>
<li><p>Operating Systems</p>
</li>
<li><p>Compiler Design</p>
</li>
</ul>
</td>
</tr>
</table>
</body>
</html>