-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGNeurala.html
More file actions
413 lines (384 loc) · 17.7 KB
/
GNeurala.html
File metadata and controls
413 lines (384 loc) · 17.7 KB
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="Aishwary Jagetia" content="">
<title>Aishwary Jagetia</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<a class="menu-toggle rounded" href="#">
<i class="fa fa-bars"></i>
</a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a class="js-scroll-trigger" href="#page-top">Welcome</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="index.html">Home</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#about">About</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#portfolio">Portfolio</a>
<!-- </li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#">Travel</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#">Family</a>
</li> -->
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</nav>
<style> hr {display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto;
margin-right: auto; border-style: inset; border-width: 1px; }
</style>
<!-- Header -->
<header class="head">
<div class="content-section bg-primary text-white text-center font-awesome my-auto">
<h2 class="mb-2">Research Engineer Intern</h2>
<h3> Neurala</h3>
<a><small> May 2018 - December 2018</small></a>
<!-- <h3 class="mb-1">
Aishwary Jagetia
</h3> -->
<!-- <a class="btn btn-dark btn-x2 js-scroll-trigger" href="#Abstract">Summary</a>
<a class="btn btn-dark btn-x2 js-scroll-trigger" href="#Team">Team</a> -->
</div>
<div class="overlay"></div>
</header>
<!-- About -->
<section class="content-section bg-light" id="Abstract">
<div class="container text-center">
<div class="row">
<!-- <div class="col-lg-10 mx-auto text-center">
<h2 class="mb-4">Internship Timeline</h2>
</div> -->
<div class="text-center">
<figure>
<img class="img-fluid" src="img/Slide2.jpg" alt="Internship_Report">
<figcaption><h3><br>Internship Timeline</h3></figcaption>
</figure>
</div>
<div class="col-lg-10 mx-auto text-left">
<p class="lead mb-5">
<p>Implemented transfer learning, pre-training, training neural networks,
device testing (using Android Studio) and crafting new architectures for
tasks including video segmentation, semantic/instance segmentation, object
detection, and classification.</p>
<p>Designed and debugged a unified training pipeline in Python for
TensorFlow (TF Slim), Keras, MXNet, and Caffe frameworks.</p>
<p>Deployed semantic segmentation model in specialized embedded
hardware with compression techniques as well as preparing model
by optimizing neural networks to run efficiently on edge device
for the World’s leading non-US based mobile company.</p>
<p>Improved and benchmarked a novel one-shot-learning method for
object detection and segmentation using python, GluonCV.</p>
<p>Generated nearly 200k images with synthetic data generation
technique using MATLAB and Brainbuilder image tagging tool.</p>
<p>Improved the quality of image and video processing for scientific
development using computer vision techniques of customer facing
technology demos and contractual deliveries.</p></p>
<!-- <a class="active btn btn-primary btn-x2 mb-4" href="Documents/Jagetia,Aishwary_CV.pdf" target="_blank">RESUME</a> -->
</div>
</div>
</div>
</section>
<section class="bg-primary">
<br>
<!-- <hr class="style18"> -->
</section>
<section class="content-section bg-dark text-white" id="Awards">
<div class="container text-center">
<div class="content-section-heading">
<h2 class="mx-auto mb-2">Reviews</h2>
<br> <br>
<div class="row">
<div class="col-lg-6">
<a class="Awards-item mb-3">
<p><h4>Anatoli Gorchet: (Co-Founder and CTO)</h4>
<i>”Courage and desire to try new things. Sherlock Holmes
was so successful primarily because he had a wast array
of past cases to draw upon, this will come with experience
naturally, just keep doing and learning. I’d recommend you
to go beyond backpropagation in neural network theory. I
think the main reason for miscommunications we had came
from me not explaining clearly enough and you not asking
clarifying questions. Ask more! Good production outcome! ”
</i></p>
</a>
</div>
<div class="col-lg-6 mb-8">
<a class="Awards-item mb-5">
<p><h4>Abhishek Gaur: (Deep Learning Engineer)</h4>
<i>”Keen learner, patient, and asks good questions. Wanting
to do more than is possible in the given time frame (not
particularly a bad thing). Just need a bit more organizational
skills! I’d recommend you to try and focus on getting a bit
more organized. I’m super happy with how you did during
the entire co-op so just knit picking, no major flaw that I
noticed. Overall Motivated individual and great team player.”
</i></p>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<a class="Awards-item mb-5">
<p><h4>Matt Luciw: (Research Scientist)</h4>
<i>”I believe you’re competent, interested in and sometimes
having fun with the work, energetic, quick to volunteer
to do necessary tasks. I’d recommend you to work on
organizing/leading your own projects because you’ll have
to do that someday, probably. Over the internship your
communication skills got a lot better, I would recommend to
keep working on it. Overall It was a Great job. It’s been a
pleasure.”
</i></p>
</a>
</div>
<div class="col-lg-6 mb-8">
<a class="Awards-item mb-5">
<p><h4>Jeff Rodny: (Senior Research Scientist)</h4>
<i>”Very good internship! Sometimes we forget you’re not full
time here. Quick learner, open to new ideas, ability to apply
oneself.”
</i></p>
</a> <br>
<a class="Awards-item mb-5">
<p><h4>Michael Bishop: (Senior Software Engineer)</h4>
<i>”Ability to solve problems. I very much enjoyed working with you!”
</i></p>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<a class="Awards-item mb-5">
<p><h4>Jeremy Wurbs: (Deep Learning Researcher)</h4>
<i>”I think you work very well in a team, coordinating with
others to accomplish a larger task. I think coming into the
projects you did, which were quite complex and storied, can
be quite difficult, but I think you’ve done quite well to catch
on quickly and started to be productive after a very short
period of time for each project. There is a world of knowledge
to know, especially in deep learning. But I think it’s a new
field that we’re all trying to learn, so we’ll all be learning
for some time to come. Programming skills, paper reading
skills, presentation skills, team leading skills – they’re all
useful and development naturally. It was always very easy
and pleasant to work with you, and working on larger goals
seemed to break into individual tasks smoothly and efficiently.”
</i></p>
</a>
</div>
<div class="col-lg-6 mb-8">
<a class="Awards-item mb-5">
<p><h4>Santiago Olivera: (Lead CI Engineer)</h4>
<i>”Good at making polls and fancy GUI/slides. I’d recommend
going deep enough to be able to customize dev tools. Keep
doing what you are doing!”
</i></p> <br>
</a>
<a class="Awards-item mb-5">
<p><h4>Aditya Gupta: (Deep Learning Engineer)</h4>
<i>”Very persistent and keen on learning. I’d recommend to
analyze the problem with more depth before coming to
conclusion. I would love to have you as a team mate, it’s
always very fun to discuss things with you.”
</i></p>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<a class="Awards-item mb-5">
<p><h4>Daniel Glasser: (VP of Client Operations)</h4>
<i>”You show diligence in completing work, you don’t let ambiguity or uncertainty stop you from getting things done.
From the perspective of a project manager, communication is key.
Progress updates, summaries, details about what is
accomplished and what work remains are always helpful. I
see you have a strong work ethic and have demonstrated your
ability to contribute to team efforts in a meaningful way. My
only suggestion would be that as you progress in your career,
look for opportunities to take the lead and set the pace for
others around you.”
</i></p>
</a>
</div>
<div class="col-lg-6">
<a class="Awards-item mb-5">
<p><h4>Crystal Typermass: (AI Marketing Director)</h4>
<i>”Execution - you do what you say, very hard worker, humble,
kind, a pleasure to work with. Willingness to learn, great
attitude, in addition to being a fantastic engineer - great
marketing person too.”
</i></p> <br>
</a>
<a class="Awards-item mb-5">
<p><h4>Vesa Tormanen: (VP of Engineering)</h4>
<i>”Very energetic and flexible!”
</i></p>
</a>
</div>
</div>
<div class="row">
<a class="mb-8"> <p> </p> </a> <br>
</div>
</div>
</div>
</section>
<section class="bg-primary">
<br>
<!-- <hr class="style18"> -->
</section>
<!-- Services -->
<!-- <section class="content-section bg-primary text-white text-center" id="portfolio">
<div class="container">
<div class="content-section-heading">
<h2 class="mb-5">Portfolio</h2>
</div>
<div class="row">
<div class="col-lg-2 col-md-4 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<a class="js-scroll-trigger" href="#Education">
<i class="icon-graduation"></i>
</a>
</span>
<h4>
<a class="js-scroll-trigger text-white" href="#Education"><strong>Education</strong></a>
</h4>
</div>
<div class="col-lg-2 col-md-4 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<a class="js-scroll-trigger" href="#Skills">
<i class="icon-pie-chart"></i>
</a>
</span>
<h4>
<a class="js-scroll-trigger text-white" href="#Skills"><strong>Skills</strong></a>
</h4>
</div>
<div class="col-lg-2 col-md-4 mb-5 mb-md-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<a class="js-scroll-trigger" href="#Experience">
<i class="icon-organization"></i>
</a>
</span>
<h4>
<a class="js-scroll-trigger text-white" href="#Experience"><strong>Experience</strong></a>
</h4>
</div>
<div class="col-lg-2 col-md-4">
<span class="service-icon rounded-circle mx-auto mb-3">
<a class="js-scroll-trigger" href="#Projects">
<i class="icon-rocket"></i>
</a>
</span>
<h4>
<a class="js-scroll-trigger text-white" href="#Projects"><strong>Projects</strong></a>
</h4>
</div>
<div class="col-lg-2 col-md-4">
<span class="service-icon rounded-circle mx-auto mb-3">
<a class="js-scroll-trigger" href="#Awards">
<i class="icon-trophy"></i>
</a>
</span>
<h4>
<a class="js-scroll-trigger text-white" href="#Awards"><strong>Awards</strong></a>
</h4>
</div>
<div class="col-lg-2 col-md-4">
<span class="service-icon rounded-circle mx-auto mb-3">
<a class="js-scroll-trigger" href="#Other">
<i class="icon-game-controller"></i>
</a>
</span>
<h4>
<a class="js-scroll-trigger text-white" href="#Other"><strong>Other</strong></a>
</h4>
</div>
</div>
</div>
</section> -->
<!-- Footer -->
<footer class="footer text-center mb-1">
<div class="text-center mx-auto mb-4">
<h2>Contact</h2>
<a href="tel:+17742531607" target="_blank">+1(774)253-1607</a> |
<a href="mailto:adjagetia@wpi.edu" target="_blank">adjagetia@wpi.edu</a> |
<a href="mailto:eminent.aishwary@gmail.com" target="_blank">eminent.aishwary@gmail.com</a>
</div>
<div class="container">
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/in/aishwary-jagetia/" target="_blank">
<i class="icon-social-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.facebook.com/aishwary.jagetia" target="_blank">
<i class="icon-social-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://twitter.com/Aishwary_jags" target="_blank">
<i class="icon-social-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" href="https://github.com/adjagetia" target="_blank">
<i class="icon-social-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.youtube.com/channel/UCebWhvFydXZ0H6onlQktyTA" target="_blank">
<i class="icon-social-youtube"></i>
</a>
</li>
</ul>
<p class="text-muted small mb-2">Copyright © 2018 | Aishwary Jagetia</p>
<!-- hitwebcounter Code START -->
<a href="http://www.hitwebcounter.com" target="_blank">
<img src="http://hitwebcounter.com/counter/counter.php?page=6900487&style=0003&nbdigits=5&type=ip&initCount=0" title="URL Counter" Alt="URL Counter" border="0" >
</a> <br/>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114712212-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114712212-1');
</script>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fa fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>