Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 438 Bytes

tutorial1.md

File metadata and controls

13 lines (10 loc) · 438 Bytes
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 
---

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.