-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (214 loc) · 11.9 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
<!DOCTYPE html>
<html lang="pl">
<head runat="server">
<meta charset="utf-8">
<meta name="description" content="...">
<meta name="Bartek" content="...">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" type="text/css"
href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
</head>
<body>
<div class="lul">
<header>
<div class="row">
<div class="col-10-10">
<div style="padding: 20px 30px 20px 30px;">
<div class="title">Bartłomiej Cupiał</div>
<div class="subtitle">Student, Machine Learning Engineer, interested in reinforcement learning.
</div>
</div>
</div>
<!-- <div class="col-2-10">
<img class="pic" src="id2.jpeg">
</div> -->
</div>
</header>
<div class="bar">
<div class="items-container">
<div class="items"> <img class="icon" src="mail.png"> [email protected] </div>
<div class="items"> <img class="icon" src="phone.png"> 505779373 </div>
<div class="items"> <img class="icon" src="maps.png"> Gliwice, Poland </div>
<div class="items"> <img class="icon" src="linkedin.png" style="margin-top:-2px">
linkedin.com/in/7b37b0160 </div>
</div>
</div>
<div class="content">
<div class="row">
<div class="col-3-6">
<div class="container">
<div class="section">
<div class="title">EDUCATION</div>
<div class="subtitle">Jagiellonian University</div>
<div class="subsubtitle"> Msc in Computer Science, Machine Learning</div>
<div class="last">2021.10 - Present</div>
<br>
<div class="subtitle">Wrocław University of Science and Technology</div>
<div class="subsubtitle"> BSc in Computer Science</div>
<div class="last">2016.10 - 2020.02</div>
</div>
<div class="section">
<div class="title">WORK EXPERIENCE</div>
<div class="subtitle">Machine Learning Engineer</div>
<div class="subsubtitle">Hemolens</div>
<li>Responsible for design and implementation of machine learning based solutions for
cardiac diagnostics problems. </li>
<li>Developed computer vision algorithms applied to medical data.</li>
<li>Working with voxels and meshes.</li>
<li>Using Python, PyTorch, ONNX, Docker, AzureML</li>
<li>Author of two patents</li>
<li>Developing non-invasive cardiac diagnostics system.
Created machine learning-based solutions for segmentation of coronary arteries and myocardium.
Solving computer vision tasks related to 3D medical data in voxels and meshes.
Researching application of reinforcement learning algorithms to the medical domain
</li>
<div class="last">2019.11 - Present</div>
<br>
<div class="subtitle">C++ developer in starter program</div>
<div class="subsubtitle">Asseco</div>
<div class="last">2019.07 - 2019.10</div>
</div>
<div class="section last">
<div class="title">PROJECTS</div>
<p>Generate films with GANs (2022.04 - Present)</p>
<li>I am working on the project in collaboration with members of the Jagiellonian University, GMUM.</li>
<li>We work on data collected from the inside of the intestines and use ProGAN</li>
<li>Using PyTorch</li>
<br>
<p>Transformers in Continual Reinforcement Learning (2021.10 - Present)</p>
<li>I am working on the project in collaboration with the IMPAN group and members of the Jagiellonian University, GMUM</li>
<li>Development of the work from the publication <a href="https://arxiv.org/abs/2105.10919"> Continual World </a></li>
<li>Using PyTorch, Tensorflow, MuJoCo environment</li>
<br>
<p>Generate chemical compounds which are compatible with the given pharmacophore (2021.10 - 2022.01)</p>
<li>Work uses Graph Neural Networks, and modifies JTVAE.</li>
<li>Used PyTorch, PyTorch Geometric</li>
<br>
<p>My own implementation mix match algorithm (2019.06)</p>
<li>Used PyTorch and fastai</li>
</div>
</div>
</div>
<div class="col-3-6">
<div class="container">
<div class="section">
<div class="title">SKILLS</div>
<div class="skill">
<div class="row">
<div class="col-3-6">
<p>Python</p>
</div>
<div class="col-3-6">
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-empty"></div>
</div>
</div>
</div>
<div class="skill">
<div class="row">
<div class="col-3-6">
<p>Git</p>
</div>
<div class="col-3-6">
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-empty"></div>
<div class="circle-empty"></div>
</div>
</div>
</div>
<div class="skill">
<div class="row">
<div class="col-3-6">
<p>Linux</p>
</div>
<div class="col-3-6">
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-empty"></div>
<div class="circle-empty"></div>
</div>
</div>
</div>
<div class="skill">
<div class="row">
<div class="col-3-6">
<p>Docker</p>
</div>
<div class="col-3-6">
<div class="circle-full"></div>
<div class="circle-full"></div>
<div class="circle-empty"></div>
<div class="circle-empty"></div>
<div class="circle-empty"></div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="title">ORGANIZATIONS</div>
<p>Robotics and Artificial Interlligence Students Association of Jagiellonian University </p>
<div class="last">2021 – Present</div>
<br>
<p>Solvro Students' Association</p>
<div class="last">2018 – 2020</div>
</div>
<div class="section">
<div class="title">LANGUAGES</div>
<div class="row">
<div class="col-3-6">
<p>Polish</p>
<div class="last">Native</div>
</div>
<div class="col-3-6">
<p>English</p>
<div class="last">B2/C1</div>
</div>
</div>
</div>
<div class="section">
<div class="title">ADDITIONAL EXPERIENCE</div>
<p>Participant in <a href="https://rlsummerschool.com/"> RL Summer School </a></p>
<br>
<p>Participant in <a href="https://mlss.mlinpl.org/"> MLSSN 2022 </a></p>
<br>
<p>Stanford reinforcement learning course</p>
<br>
<p>Conducting workshops for new people insterested in machine learning in Solvro Students'
Association</p>
<br>
<p>MLinPL students speaker (2019 Conference) </p>
<p>Talk about MixMatch</p>
<br>
<p>Fastai course by n-weaves</p>
<br>
<p>Participation in few kaggle contests</p>
<br>
<p>HopeIt Hackaton</p>
</div>
<div class="section last">
<div class="title">INTERESTS</div>
<div class="pill">Reinforcement Learning</div>
<div class="pill">Chess</div>
<div class="pill">Basketball</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div style="padding: 0px 15px 0px 30px;">
I hereby give consent for my personal data included in my application to be processed for the purposes
of the recruitment process under the Personal Data Protection Act as of 29 August 1997, consolidated
text: Journal of Laws 2016, item 922 as amended.
</div>
</footer>
</div>
</body>
</html>