1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-21 06:21:20 +02:00

Add tutorial #396

This commit is contained in:
Daniel Stefanovic
2019-11-20 11:42:10 +07:00
committed by GitHub
parent 9097f21225
commit 94793787f9

View File

@@ -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`