blog/_site/index.html
2020-05-26 17:25:01 +02:00

145 lines
5.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<meta name="description" content="Dimitri Lozeve's blog: Home">
<title>Dimitri Lozeve - Home</title>
<link rel="stylesheet" href="./css/tufte.css" />
<link rel="stylesheet" href="./css/pandoc.css" />
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/syntax.css" />
<!-- KaTeX CSS styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.0/dist/katex.min.css" integrity="sha384-BdGj8xC2eZkQaxoQ8nSLefg4AV4/AwB3Fj+8SUSo7pnKP6Eoy18liIKTPn9oBYNG" crossorigin="anonymous">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.0/dist/katex.min.js" integrity="sha384-JiKN5O8x9Hhs/UE5cT5AAJqieYlOZbGT3CHws/y97o3ty4R7/O5poG9F3JoiOYw1" crossorigin="anonymous"></script>
<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.0/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
</head>
<body>
<article>
<header>
<nav>
<a href="./">Home</a>
<a href="./projects.html">Projects</a>
<a href="./archive.html">Archive</a>
<a href="./contact.html">Contact</a>
</nav>
<h1 class="title">Home</h1>
</header>
</article>
<img src="./images/portrait_small.jpg" style="width: 25%; float: right; margin-left: 10px; margin-bottom: 10px; margin-right: 50px; margin-top: -100px" alt="Dimitri Lozeve portrait" />
<p>Hi! I am a Data Scientist
at <a href="https://www.mindsay.com/">Mindsay</a> (formerly called
Destygo), working on making chatbots smarter through Machine
Learning.</p>
<p>See my <a href="./cv.html">full CV</a>, or
a <a href="./files/cv.pdf">PDF version</a><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.</p>
<p>You can contact me
by <a href="mailto:dimitri+web@lozeve.com">email</a>, reach me
via <a href="https://twitter.com/dimitrilozeve/">Twitter</a>, find me
on <a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>,
or see what I do
on <a href="https://github.com/dlozeve/">GitHub</a>.</p>
<p style="font-size: 1.1rem"><a href="https://jedisct1.github.io/minisign/">minisign</a>/<a href="https://man.openbsd.org/signify.1">signify(1)</a>
public key: RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26
(<a href="./files/minisign.pub">download</a>)</p>
<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>
<ul>
<li>
<a href="./posts/operations-research-references.html">Operations Research and Optimisation: where to start?</a> - May 26, 2020
</li>
<li>
<a href="./posts/iclr-2020-notes.html">ICLR 2020 Notes: Speakers and Workshops</a> - May 5, 2020
</li>
<li>
<a href="./posts/hierarchical-optimal-transport-for-document-classification.html">Reading notes: Hierarchical Optimal Transport for Document Representation</a> - April 5, 2020
</li>
<li>
<a href="./posts/self-learning-chatbots-destygo.html">Mindsay: Towards Self-Learning Chatbots</a> - April 6, 2019
</li>
<li>
<a href="./posts/ginibre-ensemble.html">Random matrices from the Ginibre ensemble</a> - March 20, 2019
</li>
<li>
<a href="./posts/peano.html">Peano Axioms</a> - March 18, 2019
</li>
<li>
<a href="./posts/reinforcement-learning-1.html">Quick Notes on Reinforcement Learning</a> - November 21, 2018
</li>
<li>
<a href="./posts/ising-apl.html">Ising model simulation in APL</a> - March 5, 2018
</li>
<li>
<a href="./posts/ising-model.html">Ising model simulation</a> - February 5, 2018
</li>
<li>
<a href="./posts/lsystems.html">Generating and representing L-systems</a> - January 18, 2018
</li>
</ul>
<p>Find more in the <a href="./archive.html">archives</a>.</p>
<h2>Some Projects</h2>
<ul>
<li>
<a href="./files/tdanetworks.pdf">Topological Data Analysis of
time-dependent networks</a>
(<a href="./files/tdanetworks.pdf.minisig">sig</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>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</body>
</html>