This chapter intends to introduce the main objects and concepts in TensorFlow. We also introduce how to access the data for the rest of the book and provide additional resources for learning about TensorFlow.
- Here we introduce TensorFlow and the general outline of how most TensorFlow algorithms work.
- How to create and initialize tensors in TensorFlow. We also depict how these operations appear in Tensorboard.
- How to create and use variables and placeholders in TensorFlow. We also depict how these operations appear in Tensorboard.
- Understanding how TensorFlow can work with matrices is crucial to understanding how the algorithms work.
- How to use various mathematical operations in TensorFlow.
- Activation functions are unique functions that TensorFlow has built in for your use in algorithms.
- Here we show how to access all the various required data sources in the book. There are also links describing the data sources and where they come from.
- Mostly official resources and papers. The papers are TensorFlow papers or Deep Learning resources.