/12aMostra

A very short introduction to Deep Learning in Python

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

12aMostra

All material here was created for the 12ª aMostra Estatística do IME-USP.

In the folder "presentation":

The latex code and the pdf for the presentation “Primeiros Passos de Deep Learning em Python”. (You can watch it here)

In the folder "src":

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