TTech-Aarvamintechaarvam.hashnode.dev·2d ago · 14 min readPuzzle Solution Revealed - Transformer: Need for Position EmbeddingIntroduce position embedding, residuals and layers ▶ Watch the 7-minute walkthrough import torch torch.set_printoptions(precision=2, sci_mode=False, linewidth=160) In this notebook we are extending00
TTech-Aarvamintechaarvam.hashnode.dev·Sep 10 · 3 min readAgentic coding era: Step back and rethink methodologiesNatural language is now the primary programming interface. With the increased use of AI coding agents, there is a strong need for disciplined methodologies. Accountability is non-negotiable. So are co00
TTech-Aarvamintechaarvam.hashnode.dev·Sep 8 · 12 min readAttention is simpler than you thinkPart of the TechAarvam workshop support files — Build Your Own Model. A hand-crafted superhero transformer This notebook presents a hand-crafted example. The goal is to understand the intuition behind03T