-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (95 loc) · 3.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<title>Suraj Parmar</title>
</head>
<body>
<nav class="navigation">
<div class="nav-links">
<a href="#about">About</a>
<a href="writings.html">Writings</a>
<a
href="https://drive.google.com/file/d/1f8oKQhlB1KE5AiOP43beUiShuKVjmUMo/view?usp=sharing "
target="_blank"
>Resume</a
>
</div>
</nav>
<div class="grid-2">
<div class="section-1">
<h1>Suraj Parmar</h1>
<p>Toronto, Canada</p>
<a href="https://twitter.com/parmarsuraj99" target="_blank"
><i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/parmarsuraj99" target="_blank"
><i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/parmarsuraj99/" target="_blank"
><i class="fab fa-linkedin"></i>
</a>
<a href="https://parmarsuraj99.medium.com/" target="_blank"
><i class="fab fa-medium"></i>
</a>
<a href="https://www.youtube.com/@parmarsuraj99" target="_blank"
><i class="fab fa-youtube"></i
></a>
<a href="https://huggingface.co/surajp" class="hf emoji" target="_blank">HF</a>
</div>
<div class="section-2">
<h2>About</h2>
<p>
Hi, I am Suraj Parmar, currently working as a Machine Learning
Engineer at a medical-legal start-up in Toronto. Where I am managing
the cloud infrastructure, building and scaling agentic document
processing pipelines that can scales to hundreds of customers per day.
</p>
<p>
Previously, I worked at a healthcare start-up, SpassMed in Toronto
where I have worked on projects involving statistical and deep
learning based forecasting and classification models. Built and
deployed efficient Retrieval Augmented Generation (RAG) pipelines in
completely offline environments. Published papers on the topic of
early Sepsis detection.
</p>
<p>
My master's thesis was on the topic of "Utilizing Deep Learning for
Enhancing Performance on Encrypted Stock Market Data". The goal was to
extract robust and meaningful representations for Numerai datasets to
improve the GBDT baseline model. I have been researching on the
Numerai datasets for financial data. My main focus right now is
Transformers on cross-sectional asset prediction involving
self-supervised learning. Can read more about it on my
<a
href="https://parmarsuraj99.medium.com/era-of-transformers-792e5960e287/"
>blog</a
>.
</p>
<p>
I previously interned at Zujo, a Computer Vision start-up in India,
and later worked at RealAdvisor as a Data Scientist remotely.
</p>
<p>
I am available for contract and freelance work. Feel free to reach out
to me on my email or social media handles.
</p>
<h2>Contact Me</h2>
<a href="mailto:[email protected]">[email protected]</a>
<p>
Say hi on <a href="https://twitter.com/parmarsuraj99">Twitter</a>,
<a href="https://www.linkedin.com/in/parmarsuraj99/">LinkedIn</a> :)
</p>
</div>
</div>
</body>
</html>