$ whoami
Mohamed Anis Ben Azza
I'm a 4th-year computer science undergraduate at USTHB (Algiers), specializing in AI. I like building things from scratch deep learning libraries in C, transformer models, inference engines because taking something apart is the only way I really understand it.
This site is my public notebook: what I build, what breaks, and what I learn from it.
recent posts
all posts →selected work
- TensorLib
A from-scratch, pure-C deep learning library for CPU-only training autograd, SIMD matmul, GPT-style decoder.
- mAIcro
Open-source AI knowledge-management service for communities: RAG with hybrid search, built with my club.
- GPT-2 Inference Engine
Pure C++ GPT-2 inference on ggml with CUDA acceleration and dynamic sampling.