Part 1 – Introduction to TensorFlow
n this part of the book, you will learn the foundations of machine learning and deep learning required to succeed in this exam. You will learn to read data from different sources and in different formats. You will also learn how to build a regression and classification model, debug, save, load the model, and also make predictions with real world data.
This section comprises of the following chapters:
- Chapter 1, Introduction to Machine Learning
- Chapter 2, Introduction to TensorFlow
- Chapter 3, Linear Regression with TensorFlow
- Chapter 4, Classification with TensorFlow