-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (179 loc) · 8.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nikhesh Kumar M's Personal Webpage</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
header {
background: #333;
color: #fff;
padding-top: 30px;
min-height: 70px;
border-bottom: #77A6F7 3px solid;
}
header a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}
header ul {
padding: 0;
list-style: none;
}
header li {
display: inline;
padding: 0 20px 0 20px;
}
.main-header {
text-align: center;
background: #77A6F7;
color: #fff;
padding: 50px 0;
}
.main-header h1 {
margin: 0;
font-size: 55px;
}
section {
padding: 20px;
margin: 20px 0;
background: #fff;
border-radius: 8px;
}
footer {
background: #333;
color: #fff;
text-align: center;
padding: 20px;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Nikhesh Kumar M's Portfolio</h1>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#achievements">Awards</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#activities">Activities</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="main-header">
<h1>Nikhesh Kumar M's Personal Webpage</h1>
<p>Machine Learning Engineer and Data Scientist</p>
</div>
<section id="about" class="container">
<h2>About Me</h2>
<p>I am a current Master's student at IIT Madras and the University of Birmingham, pursuing a degree in Data Science and AI. With a strong background in mathematics and practical experience in machine learning, I am passionate about leveraging data to drive insights and innovation.</p>
</section>
<section id="education" class="container">
<h2>Education</h2>
<p><strong>Joint Master’s in Data Science and AI</strong><br>IIT Madras & University of Birmingham, Aug 2023 – Present</p>
<p><strong>Master of Science (Research)</strong><br>Indian Institute of Science, Aug 2022 – Jul 2023</p>
<p><strong>Bachelor of Science (Research)</strong><br>Indian Institute of Science, Aug 2018 – Jul 2022</p>
<p><strong>Higher Secondary School</strong><br>Nehru Smaraka Vidya Kendra, Aug 2016 – May 2018</p>
<p><strong>Secondary School</strong><br>Kendriya Vidyalaya No.1, Jul 2015 – May 2016</p>
</section>
<section id="experience" class="container">
<h2>Experience</h2>
<p><strong>Master’s Research Work</strong><br>Deep learning for Eye Gaze Detection, Birmingham, UK, Mar 2024 – Present</p>
<ul>
<li>Advisor: Prof. Sang-Hoon Yeo</li>
<li>Performed object detection and semantic segmentation using YOLO</li>
<li>Worked on Area Of Interest Analysis on eye gaze and Human Visual Attention</li>
</ul>
<p><strong>Master’s Research Work</strong><br>Responsible AI and LLMs, Chennai, India, Dec 2023 – Jan 2024</p>
<ul>
<li>Advisor: Prof. Balaraman Ravindran</li>
<li>Collaborated in a team of 7 to analyze AI’s societal impacts</li>
<li>Conducted comprehensive data collection and analysis on recent LLM and RAI research</li>
<li>Reported on evaluating the fairness of LLMs within the healthcare sector</li>
</ul>
</section>
<section id="projects" class="container">
<h2>Projects</h2>
<ul>
<li><strong>Geometry of Fuchsian groups</strong><br>Investigated discrete groups and properly discontinuous actions. Advisor: Prof. Subhojoy Gupta, IISc Bengaluru</li>
<li><strong>Gromov-Hausdorff Convergence Theorem in Metric Geometry</strong><br>Studied Lipschitz functions and isometries between spaces. Advisor: Prof. Siddhartha Gadgil, IISc Bengaluru</li>
<li><strong>Optimization in Matlab & Python</strong><br>Implemented Genetic Algorithm in Matlab. Utilized Stochastic Gradient Descent for optimization in Python. Applied SciPy library tools to solve constrained optimization problems.</li>
<li><strong>Dynamical Systems with Python</strong><br>Studied population dynamics using various linear and non-linear models. Conducted stability analysis of the studied dynamical systems.</li>
<li><strong>Explainable and Interpretable ML in Python</strong><br>Explored Explainable ML for complex models and real-world applications. Examined trade-offs between accuracy and interpretability.</li>
</ul>
</section>
<section id="skills" class="container">
<h2>Skills</h2>
<ul>
<li>Computer Languages: Python, C/C++, Matlab, Lean, LATEX</li>
<li>Libraries: pandas, NumPy, SciPy, Matplotlib, Keras, PyTorch, TensorFlow, scikit-learn, pydantic, OpenCV, PyCaret, PySyft, TroveKleaner</li>
<li>APIs: BigML, Fast-ai Mid-level, Geneea, TensorFlow, Cohere Chat</li>
<li>Developer Tools: GitHub, VS Code, PyCharm</li>
<li>Human Languages: English, Tamil, Hindi</li>
</ul>
</section>
<section id="achievements" class="container">
<h2>Awards & Achievements</h2>
<ul>
<li><strong>KVPY Fellowship</strong> 2018-2023, Bengaluru, India</li>
<li><strong>NTSE Scholarship</strong> 2015-2016, Trichy, India</li>
</ul>
</section>
<section id="certifications" class="container">
<h2>Certifications</h2>
<ul>
<li>Coursera: NLP, Generative AI Course</li>
<li>DeepLearning.ai: LLMs, ChatGPT Prompt Engineering for Developers</li>
<li>Microsoft: Azure AI-900 fundamentals</li>
<li>Supercomputing: High Performance Computing with Supercomputer - BEAR</li>
<li>Kaggle: Introduction to Data Science</li>
<li>LinkedIn: Communication and Personal Development Courses</li>
</ul>
</section>
<section id="activities" class="container">
<h2>Co-Curricular Activities</h2>
<ul>
<li>Member of Quizzing club, IIT Madras</li>
<li>Member of Football club, University of Birmingham</li>
<li>Member of SIAM-IISc chapter and UG Math club</li>
<li>Event coordinator for quizzing events as part of Rhapsody fest and Pravega IISc UG festival</li>
<li>Volunteer for Science & Mathematics outreach as part of Pravega UG fest and IISc Open Day</li>
<li>Member of IISc Photography club and Short film making</li>
<li>Gold medals in IISc Eclipse UG Sports festival in Table Tennis, Football, Cricket, and Handball</li>
<li>Volunteered with the "NoteBook Drive" NGO, dedicated to educating school children from underprivileged and marginalized communities</li>
</ul>
</section>
<section id="contact" class="container">
<h2>Contact Information</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/m-nikhesh-kumar-45317483/">My LinkedIn Profile</a></p>
<p>Leetcode: <a href="https://leetcode.com/nikheshk19">My Leetcode Profile</a></p>
<p>GitHub: <a href="https://github.com/NikheshKumar">My GitHub Profile</a></p>
</section>
<footer>
<p>© 2024 Nikhesh Kumar M's Personal Webpage</p>
</footer>
</body>
</html>