From 558e13ad4378458ed07b7b50e762bd0524405b9f Mon Sep 17 00:00:00 2001 From: hamlet Date: Mon, 13 Jul 2020 13:28:23 +0800 Subject: [PATCH] Add Deep Learning Framework From Scratch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3603179..8223557 100644 --- a/README.md +++ b/README.md @@ -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`