Add Rust deep learning resource to README

This commit is contained in:
Palash Kanti Kundu 2026-02-02 11:13:05 +05:30 committed by GitHub
parent 76d1a261bd
commit 7e3d636b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`