From 195a6150e07ce169cefaf606d767570d88734e45 Mon Sep 17 00:00:00 2001 From: Akshay Mestry Date: Sat, 23 Aug 2025 21:02:19 -0500 Subject: [PATCH] feat: add SlowTorch for building Neural Networks from scratch Signed-off-by: Akshay Mestry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8adb64e4..cdd2836e0 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ It's a great way to learn. * [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5) * [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) * [**Python**: _Neural Networks: Zero to Hero_](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) +* [**Python**: _SlowTorch: Implementation of PyTorch from the ground up in 100% pure Python_](https://github.com/xames3/slowtorch) #### Build your own `Operating System`