Add tables of contents to posts

This commit is contained in:
Dimitri Lozeve 2020-07-20 10:38:39 +02:00
parent 6e31bd8eab
commit 92d759a9bf
17 changed files with 272 additions and 27 deletions

View file

@ -1,6 +1,7 @@
---
title: "Reading notes: Hierarchical Optimal Transport for Document Representation"
date: 2020-04-05
toc: true
---
Two weeks ago, I did a presentation for my colleagues of the paper

View file

@ -1,6 +1,7 @@
---
title: "ICLR 2020 Notes: Speakers and Workshops"
date: 2020-05-05
toc: true
---
ICLR is one of the most important conferences in machine learning, and

View file

@ -2,6 +2,7 @@
title: Ising model simulation in APL
date: 2018-03-05
tags: ising simulation montecarlo apl
toc: true
---
* The APL family of languages

View file

@ -3,6 +3,7 @@ title: Ising model simulation
author: Dimitri Lozeve
date: 2018-02-05
tags: ising visualization simulation montecarlo
toc: true
---
The [[https://en.wikipedia.org/wiki/Ising_model][Ising model]] is a

View file

@ -3,6 +3,7 @@ title: Generating and representing L-systems
author: Dimitri Lozeve
date: 2018-01-18
tags: lsystems visualization algorithms haskell
toc: true
---
L-systems are a formal way to make interesting visualisations. You can

View file

@ -1,8 +1,11 @@
---
title: "Operations Research and Optimization: where to start?"
date: 2020-05-27
toc: true
---
* Introduction
[[https://en.wikipedia.org/wiki/Operations_research][Operations research]] (OR) is a vast area comprising a lot of theory,
different branches of mathematics, and too many applications to
count. In this post, I will try to explain why it can be a little

View file

@ -1,6 +1,7 @@
---
title: "Peano Axioms"
date: 2019-03-18
toc: true
---
* Introduction