-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
535 lines (529 loc) · 29.5 KB
/
index.html
File metadata and controls
535 lines (529 loc) · 29.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
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!DOCTYPE html>
<html>
<head>
<title>Pratyush Bagaria's Webpage</title>
<link rel="icon" src="favicon.ico" type="image/x-icon">
<!--mobile apps-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="About Me" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--mobile apps-->
<!--Custom Theme files-->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" href="css/swipebox.css">
<!--//Custom Theme files-->
<!--js-->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- //js -->
<!--web-fonts-->
<link href='//fonts.googleapis.com/css?family=Overlock:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--//web-fonts-->
<!--start-smooth-scrolling-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!--//end-smooth-scrolling-->
</head>
<body>
<!--top-nav-->
<div class="top-nav wow">
<div class="container">
<div class="navbar-header logo">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
More Tabs Here
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="menu">
<ul class="nav navbar">
<li><a href="#about" class="scroll">About Me</a></li>
<li><a href="#work" class="scroll">Experience</a></li>
<li><a href="#education" class="scroll">Education</a></li>
<li><a href="#projects" class="scroll">My Projects</a></li>
<li><a href="https://prats13bag.github.io/Pratyush_Bagaria_Resume.pdf" target="_blank">Resume (pdf)</a></li>
</ul>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!--//top-nav-->
<!--banner-->
<div id="home" class="banner">
<div class="banner-info">
<div class="container">
<div class="col-md-4 header-left" >
<img style='height: 70%; width: 70%; object-fit: contain' src="images/pratyush.jpg" alt="" vspace="20%"/>
</div>
<div class="col-md-8 header-right">
<h2>Hello !</h2>
<h1>I'm Pratyush Bagaria</h1>
<h6>Software Development Engineer</h6>
<ul class="address">
<li>
<ul class="address-text">
<li><b>ADDRESS </b></li>
<li>2550 3rd Ave, Apt 502, Seattle, WA</li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>PHONE </b></li>
<li>+1-312-838-6524</li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>SKYPE </b></li>
<li>prats.bag</li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>GITHUB </b></li>
<li><a href="https://github.com/prats13bag" target="_blank">https://github.com/prats13bag</a></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>LINKEDIN </b></li>
<li><a href="https://www.linkedin.com/in/pratyushbagaria" target="_blank">https://www.linkedin.com/in/pratyushbagaria</a></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>E-MAIL </b></li>
<li><a href="mailto:pratyush_bagaria@hotmail.com">pratyush_bagaria@hotmail.com</a></li>
</ul>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//banner-->
<!--about-->
<div id="about" class="about">
<div class="container">
<h3 class="title"> About Me</h3>
<p>I pursued my Masters degree in Computer Science from University of Illinois at Chicago. My area of interests/expertise are algorithms, object-oriented programming, database, data mining, script development, web development, application design & development and building secure systems.</p><br><p>In my leisure time I like to read (auto)biographies of inspirational people/Influencers or listen to their talks. I enjoy travelling to new places as well and meet people from different cultures as I feel they leave an imprint which helps in personal growth and enhances knowledge & understanding.</p>
<div class="clearfix"> </div>
</div>
<!--//about-->
<!--work-experience-->
<div id="work" class="work">
<div class="container">
<h3 class="title">Work Experience</h3>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>July 2019 - present</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Amazon Web Services, Seattle <span class="glyphicon glyphicon-briefcase"> </span></h5>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>August 2016 - July 2017</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Tech Mahindra Ltd., India <span class="glyphicon glyphicon-briefcase"> </span></h5>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>June 2016 - July 2016</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Tech Mahindra Ltd., Europe <span class="glyphicon glyphicon-briefcase"> </span></h5>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>May 2014 - May 2016</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Tech Mahindra Ltd., India <span class="glyphicon glyphicon-briefcase"> </span></h5>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>June 2013 - July 2013</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Rance Computer Pvt. Ltd., India <span class="glyphicon glyphicon-briefcase"> </span></h5>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//work-experience-->
<!--education-->
<div id="education" class="education">
<div class="container">
<h3 class="title">Education</h3>
<div class="work-info">
<div class="col-md-6 work-left">
<h4>Master's Degree (Computer Science) - 2019</h4>
</div>
<div class="col-md-6 work-right">
<h5><span class="glyphicon glyphicon-education"> </span> University of Illinois at Chicago</h5>
<p>Coursework: Database Systems, Object-Oriented Programming & Languages, Computer Algorithms - 1, Data Mining & Text Mining, Artificial Intelligence - 1, Database Management Systems</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>Bachelor's Degree (Computer Sci. & Engg.) - 2014</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Rajasthan Technical University <span class="glyphicon glyphicon-education"></span></h5>
<p>Coursework: Principles of Programming Language, Software Engineering, Computer Architecture, Operating Systems, Computer Networks, Theory of Computation, Embedded System Design, Software Project Management, Compiler Comstruction, Mobile Computing, Information System Security, Distributed System, etc.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//education-->
<!--portfolio-->
<div id="projects" class="portfolio">
<div class="container">
<h3 class="title wow zoomInLeft animated" data-wow-delay=".5s">Academic Projects</h3>
<div class="sap_tabs">
<div id="horizontalTab" style="display: block; width: 100%; margin: 0px;">
<ul class="resp-tabs-list wow fadeInUp animated" data-wow-delay=".7s">
<li class="resp-tab-item"><span>All</span></li>
<li class="resp-tab-item"><span>Completed</span></li>
<li class="resp-tab-item"><span>Ongoing</span></li>
</ul>
<div class="clearfix"> </div>
<div class="resp-tabs-container">
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/cms-java-application" target="_blank" Vclass="swipebox" title="Contact Management System">
<img src="images/g1.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>The Contact Management System (CMS) is an application based on Java and Java Applet which is supposed to store and manage basic details of employees associated with an organization. The Application also allows the user to maintain a directory of reminders & name it, such as 'Team Meeting' on 'some day' with 'some specific person'<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/Gmail-User-Agent" target="_blank" Vclass="swipebox" title="Gmail User Agent">
<img src="images/g2.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>Gmail User Agent or an email client for managing gmail is a desktop application which can be used to access and manage emails. The two most common examples of Email Clients are Mozilla Thunderbird, Microsoft Outlook. This java application supports only gmail and is connected with MySQL database, storing all the e-mails locally<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/random-java-program-generator" target="_blank" Vclass="swipebox" title="Random Java Program Generator">
<img src="images/g3.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>A random java program generator is s system that creates a syntactically correct but semantically meaningless random Java program on every run. The input to the system is a configuration file that defines various parameters that constrain or dictates the generation of the Java program<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/artificial-intelligence-projects" target="_blank" Vclass="swipebox" title="UC Berkeley's Artificial Intelligence Projects">
<img src="images/g4.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>These are the PacMan projects for Artificial Intelligence course designed by John DeNero, Dan Klein, Pieter Abbeel, and many others and for which the overview is available at- www.ai.berkeley.edu/project_overview.html. This project along with the complete course was adapted by our professor here at University of Illinois at Chicago<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/ConstrainedMSApriori" target="_blank" Vclass="swipebox" title="Data Mining Patters using Constrained MSApriori Algorithm">
<img src="images/g5.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>A python implementation for a modified MS Apriori algorithm to find frequent itemsets from a given set of transaction data and parameters with certain constraints<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="javascript:void(0);" Vclass="swipebox" title="SMS Based Wireless Security System">
<img src="images/g6.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>This system provides an additional layer of security in the physical access of the secured areas. Owner (Head Librarian in this specific case of installation in my undergraduate college library) can grant/reject a person’s entry in secured area whenever a request is made from any geographic location in the form of a standard phone SMS<br><br>Note: This is not an open-sourced project</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/AspectBasedSentimentAnalysis" Vclass="swipebox" title="Aspect Based Sentiment Analysis">
<img src="images/g9.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>Aspect based sentiment analysis is the determination of sentiment orientation of different textual review or post based on the aspect terms associated with that review or post. Classification report is obtained for multiple ML and Neural Network Models on training dataset and the best among them is used for classification on test dataset.<br><br>Note: Click here for code, data and output files</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/RideSharing" Vclass="swipebox" title="NYC TLC Yellow Taxi Ride-Sharing">
<img src="images/g7.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>Under certain set of assumptions the algorithm implemented merges the individual trip requests into 4-Pax, 3-Pax, 2-Pax trips & finds the remaining unmerged trips while considering the rider's social preferences. Evaluation is done in terms of distance savings under these considerations. A real spatio-temporal data collected from NYC TLC's website & a simulated dataset of rider's preferences was considered.<br><br>Note: Click here for report & code files</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/NeuralNetworks" Vclass="swipebox" title="Implemntation of Neural Network Algorithms and Methods">
<img src="images/g8.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>This repository includes discrete and independent code files in which various neural network algorithms and methods are implemented without using machine learning libraries.<br><br>Note: Click in this box to see code files on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/CitywiseJobsDataScraper" Vclass="swipebox" title="Web Data Scraping - Jobs on indeed.com (citywise)">
<img src="images/g10.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>A Python (jupyter notebook) script to scrape jobs listed on the job search website - indeed.com for the cities entered by the user.<br><br>Note: Click in this box to see the code and output files on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/tack-it-up" Vclass="swipebox" title="tack-it-up : A MEAN Stack Web Application">
<img src="images/g11.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>tack-it-up is a feature rich note-taking web application built on MEAN Stack. Supports secure sign-up, login/logout features, creating and deleting notes etc. Errors are handled efficiently while password encryption alongwwith token-ID management is in place to manage user accounts. For styling, Angular Material is used extensively.<br><br>Note: Click in this box to see the code files on GitHub</p>
</div>
</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/cms-java-application" target="_blank" Vclass="swipebox" title="Contact Management System">
<img src="images/g1.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>The Contact Management System (CMS) is an application based on Java and Java Applet which is supposed to store and manage basic details of employees associated with an organization. The Application also allows the user to maintain a directory of reminders & name it, such as 'Team Meeting' on 'some day' with 'some specific person'<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/Gmail-User-Agent" target="_blank" Vclass="swipebox" title="Gmail User Agent">
<img src="images/g2.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>Gmail User Agent or an email client for managing gmail is a desktop application which can be used to access and manage emails. The two most common examples of Email Clients are Mozilla Thunderbird, Microsoft Outlook. This java application supports only gmail and is connected with MySQL database, storing all the e-mails locally<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/random-java-program-generator" target="_blank" Vclass="swipebox" title="Random Java Program Generator">
<img src="images/g3.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>A random java program generator is s system that creates a syntactically correct but semantically meaningless random Java program on every run. The input to the system is a configuration file that defines various parameters that constrain or dictates the generation of the Java program<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/artificial-intelligence-projects" target="_blank" Vclass="swipebox" title="UC Berkeley's Artificial Intelligence Projects">
<img src="images/g4.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>These are the PacMan projects for Artificial Intelligence course designed by John DeNero, Dan Klein, Pieter Abbeel, and many others and for which the overview is available at- www.ai.berkeley.edu/project_overview.html. This project along with the complete course was adapted by our professor here at University of Illinois at Chicago<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/ConstrainedMSApriori" target="_blank" Vclass="swipebox" title="Data Mining Patters using Constrained MSApriori Algorithm">
<img src="images/g5.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>A python implementation for a modified MS Apriori algorithm to find frequent itemsets from a given set of transaction data and parameters with certain constraints<br><br>Note: Click in this box to see the code of this project on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="javascript:void(0);" Vclass="swipebox" title="SMS Based Wireless Security System">
<img src="images/g6.jpg" class="img-responsive" />
<div class="figcaption">
<h3>Project Description:</h3>
<p>This system provides an additional layer of security in the physical access of the secured areas. Owner (Head Librarian in this specific case of installation in my undergraduate college library) can grant/reject a person’s entry in secured area whenever a request is made from any geographic location in the form of a standard phone SMS<br><br>Note: This is not an open-sourced project</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/AspectBasedSentimentAnalysis" Vclass="swipebox" title="Aspect Based Sentiment Analysis">
<img src="images/g9.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>Aspect based sentiment analysis is the determination of sentiment orientation of different textual review or post based on the aspect terms associated with that review or post. Classification report is obtained for multiple ML and Neural Network Models on training dataset and the best among them is used for classification on test dataset.<br><br>Note: Click here for code, data and output files</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/RideSharing" Vclass="swipebox" title="NYC TLC Yellow Taxi Ride-Sharing">
<img src="images/g7.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>Under certain set of assumptions the algorithm implemented merges the individual trip requests into 4-Pax, 3-Pax, 2-Pax trips & finds the remaining unmerged trips while considering the rider's social preferences. Evaluation is done in terms of distance savings under these considerations. A real spatio-temporal data collected from NYC TLC's website & a simulated dataset of rider's preferences was considered.<br><br>Note: Click here for report & code files</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/CitywiseJobsDataScraper" Vclass="swipebox" title="Web Data Scraping - Jobs on indeed.com (citywise)">
<img src="images/g10.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>A Python (jupyter notebook) script to scrape jobs listed on the job search website - indeed.com for the cities entered by the user.<br><br>Note: Click in this box to see the code and output files on GitHub</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/tack-it-up" Vclass="swipebox" title="tack-it-up : A MEAN Stack Web Application">
<img src="images/g11.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>tack-it-up is a feature rich note-taking web application built on MEAN Stack. Supports secure sign-up, login/logout features, creating and deleting notes etc. Errors are handled efficiently while password encryption alongwwith token-ID management is in place to manage user accounts. For styling, Angular Material is used extensively.<br><br>Note: Click in this box to see the code files on GitHub</p>
</div>
</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<a href="https://github.com/prats13bag/NeuralNetworks" Vclass="swipebox" title="Implemntation of Neural Network Algorithms and Methods">
<img src="images/g8.jpg" class="img-responsive"/>
<div class="figcaption">
<h3>Project Description:</h3>
<p>This repository includes discrete and independent code files in which various neural network algorithms and methods are implemented without using machine learning libraries.<br><br>Note: Click in this box to see code files on GitHub</p>
</div>
</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
<!--ResponsiveTabs-->
<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true // 100% fit in a container
});
});
</script>
<!--//ResponsiveTabs-->
<!-- swipe box js -->
<script src="js/jquery.swipebox.min.js"></script>
<script type="text/javascript">
jQuery(function($) {
$(".swipebox").swipebox();
});
</script>
<!-- //swipe box js -->
</div>
</div>
<!--//portfolio-->
<!--footer-->
<div class="footer">
<div class="container" align="center">
<p>Last updated on 21st December 2021</P>
</div>
</div>
<div class="container" align="center">
<br>
<b>Page Visitors: <img src="https://counter6.allfreecounter.com/private/freecounterstat.php?c=setankw7q3s6y275rhdkgsdxnzcg9dzh" align="middle">
</div>
<!--//footer-->
<!--smooth-scrolling-of-move-up-->
<script type="text/javascript">
$(document).ready(function() {
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!--//smooth-scrolling-of-move-up-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
</body>
</html>