Hello, world

Welcome to the blog. I plan to use this space for three kinds of posts:

  1. Paper reviews — short reading notes on papers I find interesting.
  2. Research logs — occasional updates on what I’m working on at Mila.
  3. Tutorials — write-ups that might be useful to other grad students.

Posts live in _posts/ as Markdown files. Math works out of the box:

\[\mathcal{L}(\theta) = \mathbb{E}_{x \sim \mathcal{D}}\big[\log p_\theta(x)\big].\]

Code blocks are highlighted with Rouge:

def hello(name: str) -> str:
    return f"hello, {name}"

More soon.

← back to blog