Projects
Experiments and implementations.
- World model from scratch
Implementing a world model from the original research paper as faithfully as possible.
- Transformer from scratch
A transformer implementation built directly from the original paper and without using high-level abstractions.
- Dreamer V1 from scratch
A Dreamer V1 implementation built directly from the original paper, alongside my personal learning notes.
- SMKEX using Tor
Implementation of the SMKEX key exchange protocol that routes traffic through two independent Tor circuits to protect against man-in-the-middle attacks.