From 92f47d5091e535ef72c1b0106b2a892d7fd7a1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Rodr=C3=ADguez?= Date: Sun, 28 Dec 2025 18:53:02 +0100 Subject: [PATCH] Add SmolML: A Machine Learning Library from Scratch! - Closes #1642 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd679f7..e41139d 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,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**: _SmolML: A Machine Learning Library from Scratch!_](https://github.com/rodmarkun/SmolML) #### Build your own `Operating System`