-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (77 loc) · 4.52 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
<html>
<title>
Devashish Prasad
</title>
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="dev/main.css"/>
</head>
<body>
<br>
<!-- Webpage Top start -->
<!-- Heading -->
<div class="heading_center">
<a href="index.html">Devashish Prasad</a>
</div>
<hr noshade width=60%>
<!-- Header -->
<div class="header">
<ul>
<li><a href="about.html">About me</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div>
<hr noshade width=60%>
<!-- Webpage Top end -->
<!-- Webpage content start -->
<div class="profile_pic">
<img src="assets/index/profile_pic.jpg" />
</div>
<div class="introdiv">
I am currently harnessing generative AI to address the most complex challenges in Biology for advancements in drug discovery. My current role - Associate Machine Learning Scientist II at <a href="https://www.nabla.bio/" target="_blank">Nabla.bio</a>.
<br>
<br>
I have published 3 research papers in deep learning /machine learning. One of the papers was published at CVPR and has over 150 citations and 1.3K Github stars. For more details, my <a href="https://scholar.google.com/citations?user=uWOJCTQAAAAJ&hl=en" target="_blank">Google Scholar</a> profile.
<br>
<br>
In the summer of 2023, I earned my Master of Science in Computer Science, specializing in Machine Learning, from <a href="https://cs.purdue.edu/" target="_blank">Purdue University</a>, achieving a GPA of 3.6/4.0.
<br>
<br>
During my final year of graduate studies, I served as a Research Assistant at <a href="https://kiharalab.org/">Kihara Lab</a>, one of Purdue University's premier applied ML research labs. There, I employed generative deep learning models for intricate protein structure analysis and established a machine learning serving infrastructure for these computation-intensive models (em.kiharalab.org).
<br>
<br>
In the summer of 2022, I joined Snap Inc.'s Camera Platform team as a Machine Learning Engineer intern. My role involved developing and deploying a deep learning-based optical flow prediction model to automate Snapchat's video annotation process. This initiative enhanced video labeling and annotation efficiency by 15% for Snapchat's gigantic unlabelled video datasets.
<br>
<br>
In my first year of graduate study, I collaborated with Viasat Inc. through Purdue's The Data Mine program as a Graduate Data Science Researcher. My research focused on developing Deep Learning algorithms to tackle blind image super-resolution challenges, intended specifically to enhance the quality of Viasat's internal satellite imagery.
<br>
<br>
Before my relocation to the US, I completed five internships in India, focusing on Machine Learning and Deep Learning in the topics of News sentiment analysis, ML in finance, Sports vision analysis, Document understanding, Optical Character Recognition, Face Recognition, Fine-grained image classification, Chatbots, etc.
<br>
<br>
I have been at the Smart India Hackathon (India's biggest Hackathon) grand finalist three times. During which, I worked on ML/DL-based projects for ISRO, ITC Ltd, and DRDO (India's esteemed organizations).
</div>
<!-- Webpage content start -->
<br>
<!-- Webpage Bottom start -->
<hr noshade width=60%>
<!-- Social media -->
<div class="social">
<ul>
<li><a href="https://github.com/DevashishPrasad" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/devashishprasad" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=uWOJCTQAAAAJ&hl=en" target="_blank"><i class="fas fa-graduation-cap"></i></i></a></li>
<li><a href="https://www.kaggle.com/devashishprasad" target="_blank"><i class="fab fa-kaggle"></i></a></li>
<li><a href="https://stackoverflow.com/users/8029329/devashish-prasad" target="_blank"><i class="fab fa-stack-overflow"></i></a></li>
<li><a href="https://datascience.stackexchange.com/users/65781/devashish-prasad" target="_blank"><i class="fab fa-stack-exchange"></i></a></li>
<li><a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope"></i></a></li>
</ul>
</div>
<!-- Last line -->
<div class="footer">
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i> by Devashish Prasad
</div>
<!-- Webpage Bottom end -->
</body>
</html>