Effective Tensorflow: https://github.com/vahidk/EffectiveTensorflow
Table of Contents
- Tensorflow Basics
- Understanding static and dynamic shapes
- Broadcasting the good and the ugly
- Understanding order of execution and control dependencies
- Control flow operations: conditionals and loops
- Prototyping kernels and advanced visualization with Python ops
- Multi-GPU processing with data parallelism
- Building a neural network framework with learn API
- Tensorflow Cookbook