CPChai Planetinthe-tech-inside.hashnode.dev·Jul 26 · 13 min readHow Neo Builds His Own Transformer: A Matrix StoryAct I: The Construct Inside the training construct, rain falls in sheets of green code. Neo stands before a floating terminal, his fingers hovering over glowing symbols. Trinity watches from the shado00
WKWesam Khallafinpytorchfromgroundup.hashnode.dev·Jul 26 · 7 min readWhat Does `keepdim` Do in PyTorch? (And the Silent Bug When You Forget It)You wrote x.sum(dim=1) to get a row total, divided the original tensor by it, and either got RuntimeError: The size of tensor a (3) must match the size of tensor b (2) — or, worse, got no error at all00
WKWesam Khallafinpytorchfromgroundup.hashnode.dev·Jul 22 · 8 min readWhat Does `unsqueeze` Do in PyTorch? (And Why Your Model Keeps Asking For It)You passed a single image to your model and got ValueError: expected 4D input (got 3D input). Someone on Stack Overflow said "just add .unsqueeze(0)" — and it worked. But nobody explained what it did,00
MSManu Shuklainecorpit.hashnode.dev·Jul 18 · 13 min readPyTorch 2.13 on Apple Silicon: FlexAttention is up to 12x faster than SDPAPyTorch 2.13 on Apple Silicon: FlexAttention is up to 12x faster than SDPA Summary. PyTorch 2.13, released around July 11, 2026, brings FlexAttention to Apple Silicon through the Metal (MPS) backend, 00
MSManu Shuklainecorpit.hashnode.dev·Jul 18 · 12 min readPyTorch 2.13 brings FlexAttention to Apple Silicon: a 12x sparse-attention speedupPyTorch 2.13 brings FlexAttention to Apple Silicon: a 12x sparse-attention speedup Summary. PyTorch 2.13 shipped on July 8, 2026, and for anyone training or running models on a Mac the headline is one00
WKWesam Khallafinpytorchfromgroundup.hashnode.dev·Jul 17 · 5 min read Reshape vs View in PyTorch: What's the Difference (and When `view()` Breaks)You called .view() on a tensor, got a RuntimeError: view size is not compatible with input tensor's size and stride, switched to .reshape(), and it just... worked. So what's actually going on — and wh02M
RRishikantinrishiii2.hashnode.dev·Jul 8 · 6 min readAeroGuard AI: Transcending Convolutional Architectures in Drone SurveillanceBuilding an autonomous, military-grade drone surveillance system introduces a specific class of problems that standard computer vision tutorials rarely cover. The project, codenamed AeroGuard AI, was 00
RRishikantinrishiii2.hashnode.dev·Jul 3 · 8 min readRevolutionizing 5G Networks with Intelligent Reconfigurable Surfaces and Deep Reinforcement LearningThe transition to fifth generation cellular networks marks one of the most significant leaps in telecommunications history. Unlike previous generations that relied heavily on sub six gigahertz frequen00
SCSiddharth Chaudharyinblog.siddharthchaudhary.com.np·Jul 2 · 14 min readHow Neural Networks Learned to Remember — RNNs, LSTMs, and GRUsIt’s an afternoon of a beautiful summer day. You just learnt about backpropagation, gradients and artificial neural networks and you think you’ve unlocked some forbidden treasure of knowledge granted 00
AGAlper GÖÇENininsideaimodels.hashnode.dev·Jun 29 · 2 min readFree from-scratch deep learning notes: tensors, attention, and a tiny GPTI'm an AI PhD student, and I have started writing a free public notebook on how AI models work under the hood: https://insideaimodels.com/ The goal is to make the mechanics easier to reason about, wit00