blog/index.html

54 lines
1.7 KiB
HTML

---
title: Home
---
<img src="/images/portrait.jpg" style="width: 35%; float: right; margin: 10px;" />
<h2>Welcome</h2>
<p>Hi! I am a Data Scientist
at <a href="https://www.destygo.com/">Destygo</a>, working on making
chatbots smarter through Machine Learning.</p>
<p>During my free time, I love tinkering with functional programming
languages for scientific simulations and with embedded development
and electronics.</p>
<p><a href="/cv.html">See my full CV.</a></p>
<a href="mailto:dimitri+web@lozeve.com" class="icon">
<img src="/images/icons/email.svg" style="width: 40px;"/>
</a>
<a href="https://github.com/dlozeve/" class="icon">
<img src="/images/icons/github.svg" style="width: 40px;"/>
</a>
<a href="https://www.linkedin.com/in/dimitrilozeve" class="icon">
<img src="/images/icons/linkedin.svg" style="width: 40px;"/>
</a>
<h2>Some Projects</h2>
<ul>
<li>
<a href="/files/tdanetworks.pdf">Topological Data Analysis of
time-dependent networks</a><br> Application of the recent advances
in Topological Data Analysis (TDA) and Persistent Homology to
periodicity detection in temporal networks.
</li>
<li>
<a href="https://dlozeve.github.io/reveal_CommunityDetection/#/">Community
Detection</a><br> Community detection algorithms and applications
to a large social network obtained from Prestashop data.
</li>
<li>
<a href="/posts/ising-model.html">Ising model simulation</a><br>
Monte Carlo simulation of the Ising model using
Metropolis-Hastings.
</li>
</ul>
<h2>Recent Posts</h2>
<p>Get notified of new posts via <a href="/rss.xml">RSS</a> or <a href="/atom.xml">Atom</a> feeds!</p>
$partial("templates/post-list.html")$
<p>Find more in the <a href="/archive.html">archives</a>.</p>