Add Deep Learning Framework From Scratch

This commit is contained in:
hamlet 2020-07-13 13:28:23 +08:00 committed by GitHub
parent ec383433bd
commit 558e13ad43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,6 +239,7 @@
* [**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**: _Deep Learning Framework From Scratch: Theory and Implementation_](https://www.deepideas.net/deep-learning-from-scratch-theory-and-implementation/)
#### Build your own `Operating System`