Hello, world
Welcome to the blog. I plan to use this space for three kinds of posts:
- Paper reviews — short reading notes on papers I find interesting.
- Research logs — occasional updates on what I’m working on at Mila.
- Tutorials — write-ups that might be useful to other grad students.
Posts live in _posts/ as Markdown files. Math works out of the box:
Code blocks are highlighted with Rouge:
def hello(name: str) -> str:
return f"hello, {name}"
More soon.