Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 3 column 18
---
layout: default
mathjax: true
title: Tutorial 1: TensorFlow Eager Execution
---
We give a short reminder on the programming principles of TensorFlow and give some historical background on reverse mode automatic differentiation. Then we will discuss and explore the rationale behind the recently introduced eager-execution mode, and learn how to apply it.
More information will follow.