From 94793787f9bb02c3dfe73cdd7e00e45d2e7817e1 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 20 Nov 2019 11:42:10 +0700 Subject: [PATCH] Add tutorial #396 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc307af..93ca8d1 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,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**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) #### Build your own `Operating System`