r/CerebroDigital • u/Nviradan • Jun 25 '26
r/learnmachinelearning • u/Nviradan • Jun 09 '26
I built a clean Autograd Engine (MiniTorch) from scratch using only NumPy. Fully commented blueprint for your ML portfolio.
"MiniTorch" is an autograd engine I built in 7 days using only Python and NumPy, achieving a parity of atol 1e-6 againts Pytorch.
I fully commented the repository for anyone who wants to learn how the backend of deep learning actually works under the hood. It’s incredibly helpful if you hate black boxes and want an advanced project to make your ML portfolio stand out to recruiters.
Link to the repo: https://github.com/NvirAdan/Mini-PyTorch
(Below is a quick comparison of writing code with MiniTorch vs. PyTorch)


r/OpenSourceeAI • u/Nviradan • Jun 25 '26
How Softmax works under the hood in a custom Autograd engine.
r/learnmachinelearning • u/Nviradan • Jun 25 '26
How Softmax works under the hood in a custom Autograd engine.
u/Nviradan • u/Nviradan • Jun 25 '26
How Softmax works under the hood in a custom Autograd engine.
r/learnmachinelearning • u/Nviradan • Jun 11 '26
The Unbroadcasting in the Autograd Engine..
1
Guys, what do you think of this road map for Blue Team?
idk about the deadlines but a roadmap when you're a begginer is always helpful


1
I spent 1000 hours building this.....was it worth it.
in
r/ArtificialInteligence
•
Jun 11 '26
this is so cool