-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
268 lines (230 loc) · 7.33 KB
/
personal.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--brand logo-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.img-circle {
border-radius: 50%;
}
.leftSideBar{display:none !important;}
.rightSideBar{display:none !important;}
@media screen and (min-width:640px) {
/*design for screen-width >= 640px */
}
</style>
<html>
<head>
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165612443-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165612443-1');
</script>
<!-- End Google Analytics -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Shuvozit Ghose</title>
<link rel = "icon" type = "image/png" href = "images/uofm.jpg">
<style>
h1 { padding : 0; margin : 0; }
body { padding : 20px 0; font-family : Helvetica; font-size : 20px; background-color:#FFFFFF; <!--background-image : url("images/bg2.png");--> }
#container { width : 900px; margin : 0 auto; background-color : #fff; padding : 50px; text-align: left; box-shadow: 0px 0px 10px #FFFFFF;; }
#me { margin-left : 25px; border : 0 solid black; float : right; margin-bottom : 0; margin-right:25px;}
#content { display : block; margin-right : 0px;}
a { text-decoration : none; }
a:hover { text-decoration : underline; }
a:link,a:visited
{color: #1367a7;}
a.invisible { color : inherit; text-decoration : inherit; }
.publogo { margin-top : 20px; margin-right : 10px; float : left; border : 0; width: 200px; vertical-align: middle;}
.publication { clear : left; padding-bottom : 10px;}
.codelogo { margin-right : 10px; float : left; border : 0;}
.code { clear : left; padding-bottom : 10px; vertical-align :middle;}
.code .download a { display : block; margin : 0 15px; float : left;}
#simpsons { margin : 5px auto; text-align : center; color : #FFFFFF; }
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {margin:0;height:700px;}
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.icon-bar a:hover {
background-color: #000;
}
.facebook {
background: #3B5998;
color: white;
}
.twitter {
background: #55ACEE;
color: white;
}
.google {
background: #dd4b39;
color: white;
}
.linkedin {
background: #007bb5;
color: white;
}
.youtube {
background: #bb0000;
color: white;
}
.content {
margin-left: 75px;
font-size: 30px;
}
nav ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ffffff;
position: fixed;
top: 0;
width: 100%;
margin-left: 190px;
}
a:hover, .selected {
background-color: #ffffff;
text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: none;
}
nav li{
float: left;
padding-right: 40px;
}
nav a{
display: inline-block;
color: none;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
</style>
<body>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html" class="selected">Home</a></li>
<li><a href="publication.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="personal.html">Personal</a></li>
<li><a href="https://github.com/ShuvozitGhose"><i style="font-size:24px" class="fa"></i></a></li>
<li><a href="https://www.linkedin.com/in/shuvozitghose/"><i style="font-size:24px" class="fa"></i></a></li>
</ul>
</nav>
</header>
<!--#F2F2F2-->
<center>
<div id="container">
<!-- personal section starts here-->
<tr>
<td colspan = 5>
<h2 style="display:inline;">Resources</h2><br>
The following links are the resourses which helped me in understanding.
<!--<div style="top:-10px; position:relative;">-->
<table border="0" cellpadding="10" cellspacing="1" width="900" align="left" bgcolor="#FFFFFF">
</tr>
<tr>
<td>
<img border=0 src="projects/youtube.png" classs="publogo" height="80">
</td>
<td>
<div class="publication">
<p><strong style="color:#11111;"> <a href="https://www.youtube.com/watch?v=DFHuV7nOgsI&list=PL05umP7R6ij13it8Rptqo7lycHozvzCJn">Virtual Human</a></strong>
<br>To understand how to build 3D human from data
</div>
</td>
</tr>
</tr>
<tr>
<td>
<img border=0 src="projects/youtube.png" classs="publogo" height="80">
</td>
<td>
<div class="publication">
<p><strong style="color:#11111;"> <a href="https://www.youtube.com/watch?v=aircAruvnKk">Neural Networks</a></strong>
<br>To understand how neural network learns and works
</div>
</td>
</tr>
<tr>
<td>
<img border=0 src="projects/youtube.png" classs="publogo" height="80">
</td>
<td>
<div class="publication">
<p><strong style="color:#11111;"> <a href="https://www.youtube.com/watch?v=fNk_zzaMoSs&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab">Essence of linear algebra</a></strong>
<br>To understand what intuitively happen in vector space
</div>
</td>
</tr>
<tr>
<td>
<img border=0 src="projects/youtube.png" classs="publogo" height="80">
</td>
<td>
<div class="publication">
<p><strong style="color:#11111;"> <a href="https://www.youtube.com/watch?v=aPfkYu_qiF4&list=PLEAYkSg4uSQ1r-2XrJ_GBzzS6I-f8yfRU">Deep learning by IIT Madras</a></strong>
<br>foundation of deep learning math and motivation behind related research
<br>
</div>
</td>
</tr>
<tr>
<td>
<img border=0 src="projects/youtube.png" classs="publogo" height="80">
</td>
<td>
<div class="publication">
<div class="publication">
<p><strong style="color:#11111;"> <a href="https://www.youtube.com/watch?v=nyjbcRQ-uQ8&list=PLZbbT5o_s2xoWNVdDudn51XM8lOuZ_Njv">Reinforcement Learning - Goal Oriented Intelligence</a></strong>
<br>To understand basic reinforcement Learning setup and algorithm
<br>
</div>
</td>
</tr>
<tr>
<td>
<img border=0 src="projects/youtube.png" classs="publogo" height="80">
</td>
<td>
<div class="publication">
<div class="publication">
<p><strong style="color:#11111;"> <a href="https://www.youtube.com/watch?v=v5cngxo4mIg&list=PLZbbT5o_s2xrfNyHZsM6ufI0iZENK9xgG">Deep Learning with PyTorch</a></strong>
<br>To learn coding of neural netwroks in pytorch
<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- personal section ends here-->
</body>
</html>