All material here was created for the 12ª aMostra Estatística do IME-USP.
The latex code and the pdf for the presentation “Primeiros Passos de Deep Learning em Python”. (You can watch it here)
Basic tutorials for the deep learning libraries Tensorflow and Keras. Before you run the notebook you should install all the required libraries:
$ sudo apt-get install python3-pip
$ pip3 install -r requirements.txt