RRishikantinrishiii2.hashnode.dev·5d ago · 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
RRishikantinrishiii2.hashnode.dev·Jun 29 · 5 min readBonus Chapter: Conquering Edge AI with the NVIDIA Jetson NanoThroughout our 18-part Masterclass, we have operated with the luxury of infinite compute. We trained massive neural networks using high-end GPUs in the cloud, unconstrained by power limits or hardware00
RRishikantinrishiii2.hashnode.dev·Jun 28 · 6 min readFrom Hardware to Edge AI: My Journey with the NVIDIA Jetson NanoHave you ever wondered how autonomous robots "see" the world, or how a camera can instantly recognize your face without relying on an internet connection? The answer lies in Edge AI—running artificial00
OHOmer Hayatinepoch.hashnode.dev·Jun 26 · 10 min readBackpropagation from First Principles: What I Finally UnderstoodBackpropagation becomes much less mysterious once you stop seeing it as “the algorithm that trains neural networks” and start seeing it as the chain rule moving backward through a computation graph. K00
MSManuela Schrittwieserinneuralstackms.tech·Jun 25 · 7 min readSentinel-LLM: A Hybrid Guardrail Architecture for OWASP LLM06 – Sensitive Information DisclosurePublished on NeuralStack | MS · AI Security Engineering · June 2026 Every production LLM deployment carries a category of risk that is simultaneously well-understood in theory and chronically under-e00
FIfor IT theinieee-projects.hashnode.dev·Jun 9 · 47 min readTop 5 Super Resolution Datasets (LR-HR Pairs) Every Computer Vision Researcher Must KnowIntroduction What Is Image Super Resolution Image Super Resolution (SR) is the computational task of reconstructing a high-resolution image from one or more low-resolution observations. The goal is to00
NSNeeloppher Syedinneeloppher.hashnode.dev·Jun 6 · 8 min readCarbon-Aware Model Training: Scheduling GPU Workloads Around Electricity Carbon IntensityTraining ML models has an environmental cost that most practitioners do not measure. A model trained during peak grid hours, when coal and gas plants are meeting high demand - can emit significantly m00