Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 3.47 KB

File metadata and controls

82 lines (51 loc) · 3.47 KB

TensorFlow Roadshow in Milano - 6th Feb. 2020

license MIT

Contact: Umberto Michelucci ([email protected])

This repository contains material, notebooks, scripts for the TensorFlow Roadshow that will take place in Milano on the 6th Feb. 2020.

Note that this repository will use relative linking. That means that all the documentations (markdown files) can be accessed directly from your laptop without the need of having access to internet to get files from GitHub, once you have cloned the repository on your machine. Of course it can be completely accessed directly online.

The material is divided in sections, each having its own folder. In each folder you will find a README.md with a table of content and instructions of what you can find in the folder. Here you will find a high level table of content that should help you in navigating the material and finding what you need or search.

Mostly the material is presented with three different media types:

  1. Jupyter notebooks or Python scripts: those are scripts that can be used to try and learn. The notebooks and scripts are mostly used for the hands-on sessions.

  2. Google Slides: the slides linked in this repository are not meant to contain all the material in details, but are used as a guideline. They show the reader/learner the main points that are important.

  3. Markdown files in the repository: for some more technical material, that is important and that requires more explanation I have provided some markdown files that can be accessed directly online with more information on specific technical issues.

Agenda

18:00-18:30

Luca Massaron - Deep Learning and Tabular Data - how to integrate TF / Keras with Scikit-Learn

18:30-19:00

Paolo Galeone - @tf.function - how to use it efficiently in TensorFlow 2.0

19:00-19:30

Simone Scardapane - Fairness in deep learning and the What-If Tool

19:30-20:00

Pause / Coffee / Networking / Questions

20:00-21:00

Umberto Michelucci - Edge Computing with TensorFlow Lite - Hands on with Google Coral TPU Devices

Some material on Edge devices and TPUs

Chapter 1 - Introduction and setup

1.1 Introduction

1.2 Setup of Coral Device on MAC OS Catalina

Chapter 2 - Hardware Accelerators

2.1 How a TPU works: a very high level overview