This commit is contained in:
faizan khan 2023-01-08 15:52:58 -05:00 committed by GitHub
commit b879eb605d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,6 +241,7 @@ It's a great way to learn.
* [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/)
* [**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**: _Transformers from scratch in PyTorch_](http://peterbloem.nl/blog/transformers)
#### Build your own `Operating System`