forked from kozodoi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·39 lines (33 loc) · 1.41 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
---
layout: home
title:
search_exclude: true
image: images/menu/photo_blog.jpg
---
<meta charset="UTF-8">
<div class="one_row" style='margin-bottom: -20px;'>
<div class="ava_column">
<img src="https://kozodoi.me/images/menu/photo_index.jpg" style="border-radius: 5%;">
</div>
<div class="text_column" style='font-size: 115%'>
<div>
Hi, my name is Nikita!
<img style='vertical-align:top; height:1.25em' src='https://kozodoi.me/images/favicons/cropped_parrot.gif'>
</div>
<p>
I am passionate about Machine Learning and Data Science. This website hosts my blog with ML tutorials, competition solutions and findings from different projects.
</p>
<p>Check out <a href="https://kozodoi.me/cv.pdf">my CV</a> and other pages to see more of my work:
<ul style="margin-top: -10px;">
<li> 📁 <a href="https://kozodoi.me/portfolio/">my portfolio</a> with ML projects on different topics</li>
<li> 📚 <a href="https://kozodoi.me/research/">my publications</a> with paper abstracts and full-text PDFs</li>
<li> 🥇 <a href="https://kozodoi.me/kaggle/">my Kaggle solutions</a> with links to code and writeups</li>
</ul>
</p>
</div>
</div>
<label class="switch" style="margin-bottom: -10px">
<input type="checkbox" href="{{page.url}}" id="theme-toggle" checked onclick="modeSwitcher();">
<span class="slider round"></span>
</label>
# Recent blog posts