This commit is contained in:
Pratyush Mishra 2026-06-29 10:42:02 +01:00 committed by GitHub
commit 5ceb3c0e13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -271,7 +271,8 @@ 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**: _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**: _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**: _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) * [**Python**: Build your own ChatGPT with Python freeCodeCamp](https://www.freecodecamp.org/news/build-a-chatgpt-clone-with-python/)
* [**Python**: SlowTorch: Implementation of PyTorch from the ground up in 100% pure Python](https://github.com/xames3/slowtorch)
#### Build your own `Operating System` #### Build your own `Operating System`