Why a Blog?
I’ve been meaning to start writing for a while. The idea is simple: if I can explain something clearly, I actually understand it. This blog is my attempt to solidify what I learn by teaching it to my future self (and anyone else who stumbles here).
What to Expect
Here’s the kind of stuff you’ll find here:
- Machine Learning & Deep Learning: from theory to implementation
- Systems & Infrastructure: performance, deployment, and architecture
- Dev Tools & Workflows: things that make coding life better
- Learning Logs: raw notes from my journey through various topics
The Philosophy
I’m a big believer in learning in public. Not everything here will be polished or perfect, and that’s the point. Some posts will be deep dives, others will be quick notes. The goal is consistency over perfection.
Code Will Be Involved
Since this is a technical blog, expect code. Lots of it.
| |
And sometimes we’ll get into the math too:
$$ \mathcal{L}(\theta) = -\frac{1}{N} \sum_{i=1}^{N} \left[ y_i \log(\hat{y}_i) + (1 - y_i) \log(1 - \hat{y}_i) \right] $$Binary cross-entropy: the loss function that haunts every ML engineer’s dreams.
Let’s Go
That’s it for the intro. The real content starts with the next post. Stay tuned.
Thanks for reading! If you have questions or feedback, feel free to open an issue on the GitHub repo.