Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 611 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 611 Bytes

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