blog/_site/archive.html
2020-08-30 23:41:53 +02:00

103 lines
3.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: Archives">
<title>Dimitri Lozeve - Archives</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" />
<!-- RSS feed -->
<link rel="alternate" type="application/rss+xml" title="Dimitri Lozeve's blog" href="./rss.xml" />
<!-- MathJax -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>
<body>
<article>
<header>
<nav>
<a href="./">Home</a>
<a href="./archive.html">Posts</a>
<a href="./projects.html">Projects</a>
<a href="./contact.html">Contact</a>
</nav>
<h1 class="title">Archives</h1>
</header>
<p>Here you can find all my previous posts:</p>
<ul>
<li>
<a href="./posts/dyalog-apl-competition-2020-phase-2.html">Dyalog APL Problem Solving Competition 2020 — Phase II</a> - August 2, 2020
</li>
<li>
<a href="./posts/dyalog-apl-competition-2020-phase-1.html">Dyalog APL Problem Solving Competition 2020 — Phase I</a> - August 2, 2020
</li>
<li>
<a href="./posts/operations-research-references.html">Operations Research and Optimization: where to start?</a> - May 27, 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>
</article>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</body>
</html>