AI

Posts in the AI category

AI

Transformer Architecture

Published on May 15, 2026 at 09:32 PM

It was interesting and beautiful. From input strings to numbers by a process called embedding , before embedding the prompt is tokenized. during embedding it embeds the string as well as its...

Read more →
AI

Mechanistic Interpretability - Day 1

Published on May 13, 2026 at 10:16 PM

I did complete the prerequisite course for my day 1, I'm fully commited to it. So I'm just putting my learner's log here. I learnt a lot of einops, and really liked playing around with, It was so...

Read more →
AI

Contributing Gemini AI Support to memU

Published on March 04, 2026 at 02:33 PM

memU is a personal memory layer for AI assistants — an MCP (Model Context Protocol) server that lets tools like Claude Code retrieve and store memories across sessions. Instead of every...

Read more →
AI

Building a Temporal CNN for DDoS Detection

Published on March 04, 2026 at 02:32 PM

The capstone started as a straightforward ML project: train a model to detect DDoS attacks. It became something more interesting when I realized the real problem wasn't the model — it was...

Read more →