From 7e3d636b734bdbfd3adb9f6e8c11442b63f1943e Mon Sep 17 00:00:00 2001 From: Palash Kanti Kundu Date: Mon, 2 Feb 2026 11:13:05 +0530 Subject: [PATCH] Add Rust deep learning resource to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd679f7..227abe5 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) +* [**Rust**: _Deep Learning from First Principles — Making Backprop and Gradient Flow Explicit in Rust_](https://ai.palashkantikundu.in) #### Build your own `Operating System`