Skip to content

amld/workshop-TensorFlow-Basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AMLD TensorFlow Workshop

This workshop was given during the Applied ML days at EPFL (2019):

https://www.appliedmldays.org/workshops/tensorflow-basics-saturday https://www.appliedmldays.org/workshops/tensorflow-basics-sunday

The workshop shows how to (using TensorFlow 1.12)

  • use Colab
  • transform a dataset into sharded files of tf.train.Example
  • train (linear, convolutional, recurrent) models using Keras
  • implement the same functionality using TensorFlow Eager
  • do predictions in Python and TensorFlow.js
  • train models on Google Cloud

For illustration purposes, the workshop uses the "Quick, Draw" dataset, but the provided Colabs can easily be extended to other data.

Workshop Slides (link)

(Workshop content by Andreas Steiner, Ruslan Habalov, Megan Ruthven, Bartek Wołowiec)

Run notebooks on Colab

While most of the provided notebooks also run on Jupyter, some functionality (like access to Drive or Cloud storage, or interactive predictions) is only available in Colaboratory.

Note that these notebooks depend on being run in order because earlier notebooks will download files and write shared Python code to the local filesystem and later notebooks depend on these files.

If you get stuck with the exercises, you can checkout the "solution" notebooks:

Run notebooks locally

Alternatively, you can also install TensorFlow on your local machine, clone this repository, and then run Jupyter locally.

About

A few exercises for use at events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%