C++ SystemsOct 2024 – Jan 2025
MockAI
A character-level text generator in C++, written before I had touched a real model.

What it does
- Sliding-window n-gram model over character distributions, with a hash map for lookup.
Built with
- C++
- Algorithms
A character-level text generator in C++, written before I had touched a real model.
