-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
453 lines (410 loc) · 25.3 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Neha More</title>
<link rel="shortcut icon" href="img/icon1.png" />
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Neha More</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Portfolio <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#projectsML" class="btn btn-primary btn-xl">R Programming: Machine Learning</a></li>
<li><a href="#projectsEDA" class="btn btn-primary btn-xl">R Programming: Statistical EDA</a></li>
</ul>
</li>
<!-- Dropdown Menu for Financial Engineering Projects -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Quantitative Finance <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="WebsitePages/fundAnalysis.html">PBI & Python: Fundamental Analysis Nifty 500</a></li>
<li><a href="WebsitePages/stockScreener.html">PBI & Python: Daily Stock Screener Nifty 500</a></li>
</ul>
</li>
<li>
<a class="page-scroll" href="resume/NEHA_RESUME_2024.pdf" target="_blank">Resume</a>
</li>
<li>
<a class="page-scroll" href="certi.html" target="_blank">Certifications</a>
</li>
<li>
<a class="page-scroll" href="contact.html" target="_blank">Contact Me</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<p><h1>HEY! I'M NEHA MORE</h1></p>
<p><i><h2>BI Professional - Data Analyst - Data Scientist </h2></i></p>
<hr>
<p><h2>Welcome to my Analytics Hub</h2></p>
<h1><a href="#about" class="btn btn-primary btn-xl page-scroll">About Me</a></h1>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 text-center" style="text-align: justify">
<!-- <hr class="light"> -->
<h3 style="font-style: italic">Welcome to My Online Space!</h3>
<p class="text-faded" style="font-size: medium">
Greetings! I'm a Mumbai-based analytics and tech enthusiast with a flair for data and a passion for innovation.
With over four years of experience, I've carved my niche as a <strong>Business Analyst</strong>, <strong>Risk Analyst</strong>, and <strong>BI Developer</strong> working with renowned organizations like Barclays, Edelweiss Tokio Life Insurance, and Datamatics.
My passion lies in creating data-driven solutions that enhance decision-making, mitigate risks, and drive innovation.
</b>
</p>
<p class="text-faded">During a career break, I embraced resilience and pursued my interests in <strong>financial engineering</strong> and <strong>quantitative systematic trading</strong>.
This period allowed me to develop a fully automated proprietary trading system using Python and Power BI.
Currently, I’m actively involved in research and development of <strong>modeling systems for systematic trading</strong> in the Indian equity markets.
</p>
<p class="text-faded">In my recent roles, I've been instrumental in implementing data-driven solutions to streamline operations, optimize processes, and enhance decision-making.
Leveraging a diverse toolkit of ML & Analytics frameworks, including R Studio, Python, Tableau, and Power BI,
I've led projects aimed at automating reporting processes, improving data quality management, and detecting and mitigating risks.
</p>
<p class="text-faded">
I hold certifications in <strong>Microsoft Power BI</strong>, <strong>Algorithmic Trading</strong>, <strong>Lean Six Sigma</strong>, and <strong>Advanced SQL</strong>, reflecting my commitment to continuous learning.
These skills complement my educational background—an <strong>MBA in Business Operations & Analytics</strong> and a <strong>Bachelor's in Computer Science</strong>.
</p>
<p class="text-faded">
Beyond work, I find joy in <strong>yoga</strong>, <strong>trekking</strong>, and <strong>exploring culinary arts</strong>—activities that fuel my creativity and well-being.
</p>
<p class="text-faded">
Feel free to explore my projects on GitHub or reach out for collaboration, mentorship, or discussion. Let’s create impactful solutions and achieve growth together!
</p>
<div class="link-container">
<a href="#projectsQF" class="btn btn-primary btn-xl" target="_blank">View My Portfolio</a>
<a href="resume/NEHA_RESUME_2024.pdf" class="btn btn-primary btn-xl" target="_blank">View My Resume</a>
<a href="certi.html" class="btn btn-primary btn-xl" target="_blank">View My Certifications</a>
</div>
</div>
<div class="col-lg-4 text-center" style="padding-top: 20px">
<img src="img/profilepics/mypicnew.jpg" class="img-responsive" alt="" style="margin :auto">
<p><h3 style="font-style: italic">Tech Stack:</h3>
<h3>Python - R Programming
<br>- Machine Learning
<br>SQL - Big Query - GCP
<br>Tableau - Power BI
<br>Systematic Trading - Pine Script - Quantitative Finance
</h3></p>
</div>
</div>
</div>
</section>
<section class="no-padding" id="projectsQF">
<div class="container" style="padding-top: 20px">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Quantitative Finance : Python And Power BI
</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="col-lg-3 col-lg-offset-1 col-sm-4">
<div style="width :95%">
<a href="WebsitePages/fundAnalysis.html" class="portfolio-box">
<img src="img/fundAnalysis/finanalysis.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Fundamental Analysis: Python & PowerBI
</div>
<div class="project-name">
Company Fundamental Analysis
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Fundamental Analysis N500</h3></br>
<p class="text-muted" style="font-size: small"> A fully automated process integrates Python and Power BI to identify fundamentally strong stocks efficiently using Web Scraping and major KPI analysis</p>
<!--b class="text-muted">A fun user research project with great people with love for food!!</b-->
</div>
</div>
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-3 col-lg-offset-1 col-sm-4">
<div style="width :95%">
<a href="WebsitePages/stockScreener.html" class="portfolio-box">
<img src="img/stockScreener/stockscreener.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Daily Stock Screener System: Python & PowerBI
</div>
<div class="project-name">
Stock Screener
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Daily Automated Stock Screener N500</h3></br>
<p class="text-muted" style="font-size: small">Project involves a fully automated daily stock screening and analysis of potential N500 stocks using python and powerbi.</p>
<!--b class="text-muted">A fun user research project with great people with love for food!!</b-->
</div>
</div>
<section class="no-padding" id="projectsML">
<div class="container" style="padding-top: 20px">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">R Programming: Machine Learning Projects
</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-3 col-lg-offset-1 coldcol-sm-4">
<div style="width :95%">
<a href="WebsitePages/loanDTRF.html" class="portfolio-box" >
<img src="img/pi/loan.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Machine Learning Analytics
</div>
<div class="project-name">
Decision Trees and Random Forest Classification Modeling
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Predicting Loan Defaulters</h3></br>
<p class="text-muted" style="font-size: small"> Model Building to Predict whether Customers will Succesfully Repay the Loans or No.</p>
<!--b class="text-muted">Accepted Poster at IEEE Viz Conference 2015!</b-->
</div>
</div>
<div class="col-lg-3 col-lg-offset-1 coldcol-sm-4">
<div style="width :95%">
<a href="WebsitePages/wine.html" class="portfolio-box" >
<img src="img/pi/wine.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Clustering and Segmentation
</div>
<div class="project-name">
K - Means Clustering Algorithm
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Wine Quality Segmentation</h3></br>
<p class="text-muted" style="font-size: small"> Classifying the wines into appropriate distinguished Optimal Clusters having similar chemical properties in each clusters.</p>
<!--b class="text-muted">Accepted Poster at IEEE Viz Conference 2015!</b-->
</div>
</div>
<div class="col-lg-3 col-lg-offset-1 coldcol-sm-4">
<div style="width :95%">
<a href="WebsitePages/real_estate.html" class="portfolio-box" >
<img src="img/pi/realestate.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Machine Learning Analytics
</div>
<div class="project-name">
Linear Regression Predictive Modeling in R
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Real Estate Price Prediction</h3></br>
<p class="text-muted" style="font-size: small"> A Regression Model which Predicts the Property Prices based on distinguised parameters.</p>
<!--b class="text-muted">Accepted Poster at IEEE Viz Conference 2015!</b-->
</div>
</div>
<div class="col-lg-3 col-lg-offset-1 coldcol-sm-4">
<div style="width :95%">
<a href="WebsitePages/decisionRF.html" class="portfolio-box" >
<img src="img/pi/med.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Machine Learning Analytics
</div>
<div class="project-name">
Decision Trees and Random Forest Regression Modeling
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Sales Prediciton of Counterfeit Medicines</h3></br>
<p class="text-muted" style="font-size: small"> Build predictive model for predicting sales figures given other information related to counterfeit medicine selling operations.</p>
<!--b class="text-muted">Accepted Poster at IEEE Viz Conference 2015!</b-->
</div>
</div>
<div class="col-lg-3 col-lg-offset-1 coldcol-sm-4">
<div style="width :95%">
<a href="WebsitePages/tractor.html" class="portfolio-box" >
<img src="img/pi/fc.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Time Series Analysis
</div>
<div class="project-name">
ARIMA Model in Manufacturing Industry
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Forecasting Tractor Sales</h3></br>
<p class="text-muted" style="font-size: small"> A Time Series ARIMA model to forecast sale / demand of Tractors for next 3 years for a farm equipment manufacturing company.</p>
<!--b class="text-muted">Accepted Poster at IEEE Viz Conference 2015!</b-->
</div>
</div>
<div class="col-lg-3 col-lg-offset-1 coldcol-sm-4">
<div style="width :95%">
<a href="WebsitePages/bank.html" class="portfolio-box" >
<img src="img/pi/termdepo.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Machine Learning Analytics
</div>
<div class="project-name">
Logistic Regression Predictive Modeling in R
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Bank's Marketing Campaign</h3></br>
<p class="text-muted" style="font-size: small"> A Regression Model which Predicts Customers to be Targeted in order to roll out term deposits by a bank.</p>
<!--b class="text-muted">Accepted Poster at IEEE Viz Conference 2015!</b-->
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<section class="no-padding" id="projectsEDA">
<div class="container" style="padding-top: 20px">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">R Programming: Statistical Exploratory Data Analysis Projects (EDA)
</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="col-lg-3 col-lg-offset-1 col-sm-4">
<div style="width :95%">
<a href="WebsitePages/univariatestatistics.html" class="portfolio-box">
<img src="img/pi/uni.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Statistical Analysis Mini Project
</div>
<div class="project-name">
Univariate Statistics
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Statistical Data Analysis</h3></br>
<p class="text-muted" style="font-size: small"> Exploring Univariate Statistics in R and analysing patients being treated with Arthritis.</p>
<!--b class="text-muted">A fun user research project with great people with love for food!!</b-->
</div>
</div>
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-3 col-lg-offset-1 col-sm-4">
<div style="width :95%">
<a href="WebsitePages/data_prep.html" class="portfolio-box">
<img src="img/pi/dataprep.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Data Preparation Mini Project
</div>
<div class="project-name">
Income Data Preparation of a Population
</div>
</div>
</div>
</a>
<h3 style="text-align: center">Data Preparation in R</h3></br>
<p class="text-muted" style="font-size: small">Project involves data preparation of a dataset which includes income ranges and various attributes of a population belonging to a region in order to make it fit for futher analysis and model building.</p>
<!--b class="text-muted">A fun user research project with great people with love for food!!</b-->
</div>
</div>
<section id="contact">
<div class="container">
<div class="row" class="call-to-action">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Feel Free To Get In Touch With Me!</h2>
<hr class="primary">
</div>
<div class="col-lg-2 col-lg-offset-3 text-center">
<a href="https://github.com/moretolife" class="fa fa-github fa-3x wow bounceIn"></a>
</div>
<div class="col-lg-2 text-center">
<a href="https://www.linkedin.com/in/more11neha/" class="fa fa-linkedin fa-3x wow bounceIn"></a>
</div>
<!--div class="col-lg-1 text-center">
<a class="fa fa-phone fa-3x wow bounceIn"></i>
</div-->
<div class="col-lg-2 text-center">
<a href="mailto:[email protected]" class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></a>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
</body>
</html>