68 lines
1.9 KiB
HTML
68 lines
1.9 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">
|
|
<title>Dimitri Lozeve - Archives</title>
|
|
<link rel="stylesheet" href="./css/default.css" />
|
|
<link rel="stylesheet" href="./css/syntax.css" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="logo">
|
|
<a href="./">Dimitri Lozeve</a>
|
|
</div>
|
|
<nav>
|
|
<a href="./">Home</a>
|
|
<a href="./projects.html">Projects</a>
|
|
<a href="./archive.html">Archive</a>
|
|
<a href="./contact.html">Contact</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main">
|
|
<h1>Archives</h1>
|
|
Here you can find all my previous posts:
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="./posts/self-learning-chatbots-destygo.html">Destygo: 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>
|
|
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|