Chapter 1. Getting Started with TensorFlow
In this chapter, we will cover basic recipes in order to understand how TensorFlow works and how to access data for this book and additional resources. By the end of the chapter, you should have knowledge of the following:
- How TensorFlow Works
- Declaring Variables and Tensors
- Using Placeholders and Variables
- Working with Matrices
- Declaring Operations
- Implementing Activation Functions
- Working with Data Sources
- Additional Resources