-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 1.06 KB
/
index.html
File metadata and controls
24 lines (19 loc) · 1.06 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
---
layout: default
title: About
nav: about
---
<div class="profile-section">
<div class="profile-content">
<div class="profile-image">
<img src="{{ '/images/debdeep.png' | relative_url }}" alt="Debdeep Paul" />
</div>
<div class="profile-text">
<h2>Debdeep Paul</h2>
<p>Hi! I am an AI/ML specialist focusing on optimization and GenAI systems. My current research focuses on multi-objective optimization, AI alignment, and deploying scalable AI systems in production environments.</p>
<p>My work spans both academia and industry, focusing on making machine learning actionable in complex decision environments. I have experience in developing and deploying large-scale AI solutions that drive real-world impact.</p>
<p>When I'm not buried in research, I'm exploring new AI applications and contributing to open-source projects that democratize access to cutting-edge AI tools.</p>
<p>I'm actively looking for research-driven roles or collaborations in AI and optimization - feel free to reach out!</p>
</div>
</div>
</div>