-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
470 lines (383 loc) · 20.5 KB
/
Copy pathindex.html
File metadata and controls
470 lines (383 loc) · 20.5 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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Resume - Vaibhav Soni</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Vaibhav Soni</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Academic Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Research Experience</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<!--FOR SEO-->
<meta property="og:description" content="Hi! I'm Vaibhav Soni, a master's thesis student with specialisation in ML/AI and research associate in blockchain at UTA!">
<meta name="author" content="Vaibhav Soni" />
<meta name="copyright" content="Vaibhav Soni, Copyright (c) 2017" />
<meta name="keywords" content="Vaibhav Soni, Vaibhav S, Vicky, researcher, programmer, machine learning, ml, blockchain,
fin-tech, mathematical modeling, software engineer, engineer">
<meta name="description" content="Personal website of Vaibhav Soni | Hi! I'm Vaibhav Soni, a master's thesis student with specialisation in ML/AI and research associate in blockchain at UTA!">
<link rel="canonical" href="http://vickcodes.com" />
<meta property="og:title" name="twitter:title" content="Vaibhav Soni"/>
<meta property="og:site_name" content="Vaibhav Soni"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://vickcodes.com" />
<meta property="og:description" name="twitter:description" content="Hi! I'm Vaibhav Soni, a master's thesis student with specialisation in ML/AI and research associate in blockchain at UTA!"/>
<meta property="og:locale" content="en_IN" />
<meta property="og:locale:alternate" content="en_US" />
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-0">Vaibhav
<span class="text-primary">Soni</span>
</h1>
<div class="subheading mb-5">417 Summit Ave · Arlington, TX 76013 · (512) 766-3719 ·
</div>
<p class="lead mb-5">I'm a master's thesis student with specialisation in ML/AI and research associate in blockchain at UTA! I'm in third semester of Masters's Program in Computer Science at University of Texas.</p><p class="lead mb-5"> I aspire to explore the ever exciting world of Machine Learning and BlockChain. I am currently working on BlockChain Transcation System on mobile platforms and integration of AI/ML on IoT Edge devices on clearblade platform.</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/vaibhavsonii/">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/codevic">
<i class="fab fa-github"></i>
</a>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Machine Learning/AI Intern</h3>
<div class="subheading mb-3">ClearBlade Inc at Austin, Texas</div>
<p>Increased efficiency by 68% of MQTT messages’ database insertion which is used by IOT devices to communicate. Evaluated performance of TimeScaleDB hypertables and Postgres on ClearBlade platform. Recently developed and deployed YOLO (You Look Only Once) ML model as an IoT package module on ClearBlade using JavaScript and Python. Used Agile and Scrum methods in the process of development.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2018 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Software Developer Intern</h3>
<div class="subheading mb-3">GreedyGame Media Pvt Ltd at Bangalore, India</div>
<p>Categorized various Android games and their relevant ads. Manipulated UI/UX elements of the games to advertise non intrusively and increased ad views by 30%.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Oct 2016 – Mar 2017</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Developer Intern</h3>
<div class="subheading mb-3">Agroya Soft Tech at Surat, India </div>
<p>Developed two web projects using WordPress, Drupal, C Panel and MySQL. Dealt with Domain registration, DNS, certificates and Apache configuration and documented the records to double the ease of operation.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">July 2016 – Dec 2016</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Developer - Team Lead</h3>
<div class="subheading mb-3">Niterider at Bangalore, India</div>
<p>Managed orders and deliveries for a late night food delivery startup by using HTML, CSS, WordPress, MySQL and PHP and increased the numbers of orders by launching this website.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">July 2016 – Dec 2016</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">The University of Texas at Arlington</h3>
<div class="subheading mb-3">Master of Science</div>
<div>Computer Science and Engineering - ML/AI and BlockChain</div>
<p>GPA: 3.50</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">People’s Education Society-University, Bangalore, India</h3>
<div class="subheading mb-3">Bachelor of Engineering-Computer Science and Engineering</div>
<p>GPA: 3.53</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2017</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<p><b>Languages:</b> Python, GoLang, SQL, Java, C/C++, MATLAB, Perl, Shell Scripting, R, Spark<br><b>
Web Technologies:</b> PHP, MongoDB, React, JavaScript, HTML 5.0, CSS, Node.js, AngularJS, Bootstrap, D3.js, TypeScript, CodeIgniter(MVC)<br><b>
Cloud Technologies:</b> IBM Cloud, Google Cloud, Amazon Web Services, Microsoft Azure<br><b>
Tools & Concepts:</b> Numpy, Pandas, Scikit-Learn, Keras, Git, MySQL, Tableau,RESTful APIs, Android Studio, Eclipse, Microsoft Office <br><b>
Operating Systems:</b> Mac OS X, Linux, Windows, Android<br>
</p>
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<i class="fab fa-html5"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-css3-alt"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-js-square"></i>
</li>
<!--
<li class="list-inline-item">
<i class="fab fa-angular"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-react"></i>
</li>
-->
<li class="list-inline-item">
<i class="fab fa-node-js"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-sass"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-less"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-wordpress"></i>
</li>
<!--
<li class="list-inline-item">
<i class="fab fa-gulp"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-grunt"></i>
</li>
-->
<li class="list-inline-item">
<i class="fab fa-npm"></i>
</li>
</ul>
<!--
<div class="subheading mb-3">Workflow</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Mobile-First, Responsive Design</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Browser Testing & Debugging</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Functional Teams</li>
<li>
<i class="fa-li fa fa-check"></i>
Agile Development & Scrum</li>
</ul>
</div>
-->
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="interests">
<div class="my-auto">
<h2 class="mb-5">Interests</h2>
<p>Apart from being a software developer, I enjoy most of my time being outdoors. During the warmer months here in Texas, I enjoy swimming, rock climbing, and kayaking.</p>
<p class="mb-0">When forced indoors, I follow a number of sci-fi and mystery genre movies and television shows, I am an aspiring chef, and I spend a large amount of my free time exploring the latest technology advancements in the artificial interlligence and blockchain world.</p>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="projects">
<div class="my-auto">
<h2 class="mb-5">Academic Projects</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Sentiment Analysis and Natural Language Processing for Tweets
</li>
<ul style="list-style-type:circle">
<li>Implementing a Machine Learning model to extract tokens from a ‘Tweet’ data in order to create a plot for top 25 tweets by calculating the frequency distribution using the Natural Language Toolkit in Python. Sentiment Score for each tweet would also be determined.</li>
</ul>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
File Storage Application on Cloud Services
</li>
<ul style="list-style-type:circle">
<li>Developed Web Interface using Python-Flask on IBM Cloud, AWS, Google App Engine, Microsoft Azure for storage in containers or buckets and the retrieval of files from cloud. Visualization of data was done using D3.js and Performance was analyzed using Elastic Cache
by doing random queries.
</li>
</ul>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Detection of Brain Tumour through MRI Images
</li>
<ul style="list-style-type:circle">
<li>Used deep learning for training a model by preparing training and test sets from 1,000 MRI images. Used image processing toolbox for - Edge Mapping, Skull stripping and segmentation are applied on MRIs in preprocessing phase and then the trained model’s accuracy is computed for the targeted detection in MATLAB.
</li>
</ul>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Analysis of Vocal Patterns to Detect Emotion
</li>
<ul style="list-style-type:circle">
<li>Used Machine Learning tools - Mel Frequency Cepstral Coefficients for feature extraction, Support Vector Machine with ‘linear’ kernel & Neural Networks for classification of 542 audio clips from Berlin database. ’Fear’ emotion was detected to assist people in stressful situations using the model developed in MATLAB.
</li>
</ul>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Cloud Storage Server Selection based on Fault Tolerance and Depsky Architecture
</li>
<ul style="list-style-type:circle">
<li>Implemented cloud of clouds framework using Depsky Architecture where user inputs the fault tolerance values for various data hosting services and the server is selected with higher reliability. Web application was created using J2EE comprising of Java, HTML, CSS and JavaScript. Created a Git repository and published code on Github.
</li>
</ul>
<!--
<i class="fa-li fa fa-trophy text-warning"></i>
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - University of Colorado Boulder - Emerging Tech Competition 2009</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - University of Colorado Boulder - Adobe Creative Jam 2008 (UI Design Category)</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2<sup>nd</sup>
Place - University of Colorado Boulder - Emerging Tech Competition 2008</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - James Buchanan High School - Hackathon 2006</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
3<sup>rd</sup>
Place - James Buchanan High School - Hackathon 2005</li>
</ul>
-->
</div>
</section>
</div>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="awards">
<div class="my-auto">
<h2 class="mb-5">RESEARCH EXPERIENCE & PUBLICATIONS</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Remotely Controlled Street Lights: A Novel Approach towards IOT (Internet of Things)
</li>
<ul style="list-style-type:circle">
<li>Publication- https://www.ijsr.net/conf/RISE2016/PES19.pdf</li>
<li>Secured 3rd position at Recent Innovations in Science & Research(RISE) National Conference Bangalore, India</li>
<li>Selected in the top 5 hacks at InGenius Hackathon Bangalore, India</li>
</ul>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Mobile and Android Cloud Computing: A Survey
</li>
<ul style="list-style-type:circle">
<li>Investigated security issues on cloud and proposed a novel cryptographic method by utilizing Elliptic Curve Cryptography, Security
Hash Algorithms and Message Authentication Code. </li>
<li>Publication-http://www.ijser.org/onlineResearchPaperViewer.aspx?Mobile-and-Android-Cloud-Computing-A-Survey.pdf</li>
<li>Secured 1st position at Advances in Computing Logic, Technology and Sciences(ALTS) International Conference Anantapur, India</li>
</ul>
<li>
<!--
<i class="fa-li fa fa-trophy text-warning"></i>
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - University of Colorado Boulder - Emerging Tech Competition 2009</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - University of Colorado Boulder - Adobe Creative Jam 2008 (UI Design Category)</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2<sup>nd</sup>
Place - University of Colorado Boulder - Emerging Tech Competition 2008</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - James Buchanan High School - Hackathon 2006</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
3<sup>rd</sup>
Place - James Buchanan High School - Hackathon 2005</li>
</ul>
-->
</div>
</section>
</div>
<!-- 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/resume.min.js"></script>
</body>
</html>