From af0cd7f2f6ccc7c15a9e1d3456227a3607a73929 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sat, 26 May 2018 15:53:54 +0200 Subject: [PATCH] Add tutorial #143 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eff89ff..5c4eb17 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ * [**JavaScript**: _How to create a Neural Network in JavaScript in only 30 lines of code_](https://medium.freecodecamp.org/how-to-create-a-neural-network-in-javascript-in-only-30-lines-of-code-343dafc50d49) * [**Python**: _Optical Character Recognition (OCR)_](http://aosabook.org/en/500L/optical-character-recognition-ocr.html) * [**Python**: _A Neural Network in 11 lines of Python_](https://iamtrask.github.io/2015/07/12/basic-python-network/) +* [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/) #### Build your own `Operating System`