26th-27th of April 2018
The workshop will use python 3 and TensorFlow 1.6. You can find instructions on how to install TensorFlow here.
The powerpoint and pdf slides for the tutorial part of the Hackathon are in the Presentation folder.
Thursday 26th of April, Tutorial (10 - 12 am):
-
Introduction to TensorFlow (presentation, ~20 min):
- What is the point of TensorFlow
- Comparison of Numpy and TensorFlow
- Bulding a data flow graph
- Running the graph
- Basic components of a program in TensorFlow
-
Playing with examples 1 (workshop, ~20 min):
- Summing numbers
- Linear regression
- Quadratic function
-
How to build a simple neural network (presentation, ~15 min)
- How does a neural network work. A good reference can be found here.
-
Playing with examples 2 (workshop, ~20 min):
- Cubic function
-
Tensorboard and Dataset API (presentation, ~15 min)
Thursday 26th of April, Projects (1-5 pm):
-
Auto-encoder for picture compression: Introductions to the theory of autoencoders and how to build one can be found here and here.
-
"Beginner" tensorflow tutorials can be found here.
-
Advanced tensorflow tutorials can be found here. For those of you that are feeling adventurous...
Friday 27th of April:
Carry on with the Hackathon projects/tutorials.