-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
265 lines (237 loc) · 14.5 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
<!DOCTYPE HTML>
<html>
<head>
<title>Akhitha Babu</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1>Akhitha Babu</h1>
<p>Data Science • Machine Learning • Deep Learning</p>
<div class="content">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Myself</a></li>
<li><a href="#work">Projects</a></li>
<li><a href="#pub">Publications</a></li>
<!--<li><a href="#certif">Certifications</a></li>-->
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro" class="logo">
<!-- Intro -->
<div id="intro">
<h2 class="major">Myself</h2>
<center>
<!--<span class="image main"><img src="images/g.jpg" alt="" /></span> -->
<h1>AKHITHA BABU</h1>
<p>A Data Science student at <a href="https://curaj.ac.in/">Central University of Rajasthan</a> .</p>
<p>Through hard work and dedication, I reached a milestone in my career when I graduated and will become a professional Data Analytist in 2021. Since then, my research has progressed and evolved into new projects driven by the results of my experimentation. I invite you to take a look at my published work to get a better idea of the fruits of my research labor. Feel free to get in touch with me to say hi or for more information about my work.</p>
<ul class="actions">
<li><a href="https://docs.google.com/document/d/1ccbBHoVeLGbYhvstU-htFUvW_Nu07o7ijo2PcC1fO3U/" target="popup" class="button primary">Resume</a></li>
</ul>
</center>
<h3 class="major">Education:</h3>
<!-- Table -->
<section>
<br /><br /><div class="table-wrapper">
<table>
<thead>
<tr>
<th>YEAR</th>
<th>INSTITUTION</th>
<th>COURSE</th>
<th>RESULT</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019-'21</td>
<td>Central University of Rajasthan, Bander Sindri, Ajmer, Rajasthan, India</td>
<td>M. Sc. Big Data Analytics (Computer Science)</td>
<td>__</td>
</tr>
<tr>
<td>2015-'18</td>
<td>St. Joseph's College, Irinjalakuda, Thrissur, Kerala, India</td>
<td>B. Sc. Physics</td>
<td>5/6</td>
</tr>
<tr>
<td>2013-'15</td>
<td>St. Antony's H. S. S., Mala, Thrissur, Kerala, India</td>
<td>Higher Secondary</td>
<td>92.25%</td>
</tr>
<tr>
<td>2013</td>
<td>Carmel H. S. S., Chalakudy, Thrissur, Kerala, India</td>
<td>Matriculation</td>
<td>Full A+</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Projects</h2>
<!--<span class="image main"><img src="images/pic02.jpg" alt="" /></span> -->
<center><p>My research has progressed and evolved into new projects driven by the results of my experimentation. </p></center>
<h3 class="major">ICH Detection</h3>
<ul>
<h4>Deep Learning - July - August, 2020</h4><i>(In collaboration with Bharat Choudhary)</i>
<li>Automated ICH Detection using Ensemble MultiLabel Classifier with Imbalanced Source.</li>
<li>A hybrid Deep learning solution on medical images of brain X-Ray Scans which are in DICOM format.</li>
<li>Productionize deep learning models with django in web appication.</li>
</ul>
<hr />
<h3 class="major">Retail Sector Forecast</h3>
<ul>
<h4>Time Series - September, 2020</h4><i>(In collaboration with Panwar Abhash Anil & Sajal Sharma)</i>
<li>Interesting insights were found out such as worst sales and maximum sales.</li>
<li>Applied classical Time Series Analysis and Deep Learning techniques on analysing the data.</li>
</ul>
<hr />
<h3 class="major">Sentiment Analysis</h3>
<ul>
<h4>Natural Language Processing - June, 2020</h4>
<li>Machine learning with NLP to organize unstructured text data automatically.</li>
<li>Automated process of analyzing text data and sorting it into sentiments positive, negative, or neutral reactions.</li>
</ul>
<hr />
</article>
<!--Publications -->
<article id="pub">
<center><h2 class="major">Publications</h2></center>
<h3 class="major"><i>RESEARCH PUBLICATION:</i></h3>
<h3 class="major">
<center>Automated ICH Detection using Ensemble MultiLabel <br />Classifier with Imbalanced Source</center>
</h3>(In collaboration with Bharat Choudhary & Upasana Talukdar )
<ul>
<li>Submitted to Pattern Recognition Letters</li>
<li>Elviser Publication</li>
</ul>
<hr />
<!--<span class="image main"><img src="images/pic03.jpg" alt="" /></span> -->
<center><p>Take a look at my published work to get a better idea of the fruits of my research labor.</p></center>
<hr />
<h3 class="major"><i>ARTICLES:</i></h3>
<h3 class="major">Optimization in the Transportation Problem</h3>
<ul>
<li>Medium - Towards Data Science</li>
<li>July 4, 2020</li>
</ul>
<span class="image main"><img src="https://images.unsplash.com/photo-1552966722-678bbeb9d89a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=334&q=80" width="600" height="400" alt="" /></span>
<blockquote>Transportation problem (TP) with example (N-W Corner Rule, Least cost method, VAM, Balanced TP, Unbalanced TP)</blockquote>
<ul class="actions">
<li><a href="https://towardsdatascience.com/optimization-in-transportation-problem-f8137044b371" target="popup" class="button icon solid solo fa-arrow-right scrolly">Read</a></li>
</ul>
<hr />
<h3 class="major">Blurring or Smoothing Out Images — OpenCV</h3>
<ul>
<li>Medium - The Startup</li>
<li>August 15, 2020</li>
</ul>
<span class="image main"><img src="https://miro.medium.com/max/1200/1*_DCe8U7_21fE_4R_iLCW7A.png" alt="" /></span>
<blockquote>OpenCV python code for blurring an image using kernel or filter with the basic concepts of convolution, low pass filter, frequency of image, etc. by converting it into a gray scale image.</blockquote>
<ul class="actions">
<li><a href="https://medium.com/swlh/blurring-or-smoothing-out-images-opencv-3005cfc21cd2" target="popup" class="button icon solid solo fa-arrow-right scrolly">Read</a></li>
</ul>
<hr />
<h3 class="major">Saving Images — OpenCV</h3>
<ul>
<li>Medium - AI in Plain English </li>
<li>September 13, 2020</li>
</ul>
<span class="image main"><img src="https://miro.medium.com/max/875/0*Q4vHSiI_3y_TLXNJ.jpg" alt="" /></span>
<blockquote>OpenCV’s imwrite to save an image in a specific location with python code.</blockquote>
<ul class="actions">
<li><a href="https://medium.com/ai-in-plain-english/saving-images-opencv-8ef693c19e8" target="popup" class="button icon solid solo fa-arrow-right scrolly">Read</a></li>
</ul>
<hr />
<h3 class="major">Hadoop: Setting up a Single Node Cluster in Windows</h3>
<ul>
<li>Medium</li>
<li>October 11, 2020</li>
</ul>
<span class="image main"><img src="https://miro.medium.com/max/875/1*5-B0kOysEPoHp94KMEKaIQ.png" alt="" /></span>
<blockquote>Install and configure the pseudo-distributed mode of Hadoop 3.1 in Windows 10 by setting up a single node cluster.</blockquote>
<ul class="actions">
<li><a href="https://medium.com/@akhithababu/hadoop-setting-up-a-single-node-cluster-in-windows-4221aab69aa6" target="popup" class="button icon solid solo fa-arrow-right scrolly">Read</a></li>
</ul>
<hr />
</article>
<!--Certifications -->
<!--<article id="certif">
<h2 class="major">Course Works & Certifications</h2>
<!--<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<center><p>Have a look at my completed course works and ceritications.</p></center>
<hr />
<h3 class="major">Optimization in the Transportation Problem</h3>
<ul>
<li>Medium - towards data science</li>
<li>July 4, 2020</li>
<li><a href="https://towardsdatascience.com/optimization-in-transportation-problem-f8137044b371" target="popup" class="button icon solid solo fa-arrow-right scrolly">Read</a></li>
</ul>
<hr />
<h3 class="major">Blurring or Smoothing Out Images — OpenCV</h3>
<ul>
<li>Medium - The Startup</li>
<li>August 15, 2020</li>
</ul>
<blockquote>OpenCV python code for blurring an image using kernel or filter with the basic concepts of convolution, low pass filter, frequency of image, etc. by converting it into a gray scale image.</blockquote>
<ul class="actions">
<li><a href="https://medium.com/swlh/blurring-or-smoothing-out-images-opencv-3005cfc21cd2" target="popup" class="button icon solid solo fa-arrow-right scrolly">Read</a></li>
</ul>
<hr />
</article>-->
<!-- Contact -->
<article id="contact">
<h2 class="major">Get in touch</h2>
<center>
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="horizontal" data-theme="dark" data-vanity="akhitha-babu-b1a951115"><a class="LI-simple-link" href='https://in.linkedin.com/in/akhitha-babu-b1a951115?trk=profile-badge'>Akhitha Babu</a></div>
</center>
<center><p>Feel free to get in touch with me to say hi or for more information about my work.</p></center>
<ul class="icons">
<li><a href="https://akhithababumeloor999@gmail.com/" target="popup" class="icon brands fa-google"><span class="label">Google</span></a></li>
<li><a href="https://www.linkedin.com/in/akhitha-babu-b1a951115/" target="popup" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/AkhithaBabu" target="popup" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://medium.com/@akhithababu" target="popup" class="icon brands fa-medium"><span class="label">Medium</span></a></li>
<li><a href="https://www.reddit.com/user/AkhithaBabu/" target="popup" class="icon brands fa-reddit"><span class="label">Reddit</span></a></li>
<li><a href="https://dev.to/akhithababu" target="popup" class="icon brands fa-dev"><span class="label">Dev</span></a></li>
<li><a href="https://twitter.com/AkhithaBabu" target="popup" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/akhitha.babu" target="popup" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/akhitha_babu/" target="popup" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://join.skype.com/invite/WdBaEpbzpcaX" target="popup" class="icon brands fa-skype"><span class="label">Skype</span></a></li>
<li><a href="https://telegram.me/Akhitha_Babu" target="popup" class="icon brands fa-telegram"><span class="label">Telegram</span></a></li>
</ul>
</article>
</div>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>