From b19cf537cf43a6496e37e9a175f21e3c72dbf5eb Mon Sep 17 00:00:00 2001 From: Victor Zhou Date: Sun, 9 Jun 2019 16:20:24 -0500 Subject: [PATCH] Add Python CNN tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb52777..7b90687 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ * [**Python**: _Optical Character Recognition (OCR)_](http://aosabook.org/en/500L/optical-character-recognition-ocr.html) * [**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**: _Implement a Convolutional Neural Network from Scratch_](https://victorzhou.com/blog/intro-to-cnns-part-1/) #### Build your own `Operating System`