Hi, I'm @milindsoorya RSS Feed
Web dev turned data engineer turned agent orchestrator. Building in the open.
Recent Posts
-
I Saw a Privacy Flaw on Instagram — So I Built MetaMarshal
I scrolled past an Instagram post about people pinpointing someone's exact location from a shared photo. It looked like a real privacy flaw — so I built a tool that shows you everything your photos quietly leak, and strips it without ever uploading them.
-
Developer Superpower Attained
How the AI agent revolution of early 2026 transformed me from a developer with a notebook full of unbuilt ideas into someone who ships daily.
-
Mastering Digit Recognition in Under 100 Lines - A Concise Guide to Neural Networks with PyTorch and MNIST
Imagine a world where machines understand handwritten notes as easily as humans do, transforming scribbles into digital text in the blink of an eye. This isn’t a page from a sci-fi novel; it’s possible using this basic principles of Machine Learning.
-
Understanding ReLU - The Power of Non-Linearity in Neural Networks
Without non-linearity, neural networks would be far less effective, essentially reducing deep networks to simple linear regression models incapable of the sophisticated tasks they perform today.
-
How to build a simple CNN based Image classifier using Keras
Convolutional neural network (CNN), a class of artificial neural networks that has become dominant in various computer vision tasks, is attracting interest across a variety of domains. CNN work well on computer vision tasks like image classification, object detection, image recognition, etc.
-
Installing TensorFlow on M1 MacBook Air with GPU (Metal)
You can now leverage Apple’s tensorflow-metal PluggableDevice in TensorFlow v2.5 for accelerated training on Mac GPUs directly with Metal.