Technical Blog
Deep dives into algorithms, system design, and my learning journey.
AI Engineering
5 min read
Building a Voice-Driven Finance Dashboard
How I integrated OpenAI Whisper and GPT-4 to create a natural language interface for personal finance analytics.
Nov 15, 2024
Read Article Applied Math
8 min read
Visualizing Bayesian Particle Filters
A deep dive into the mathematics behind particle filters and how to visualize them effectively using Python and NumPy.
April 10, 2024
Read Article Game Theory
6 min read
Multi-Agent Reinforcement Learning
Exploring emergent behaviors in market simulations using PPO and self-play mechanisms.
May 22, 2023
Read Article