This section of the book will demonstrate how to write applications with TensorFlow.js. It includes some interesting cases, including image classification. We will learn how TensorFlow.js APIs are used. Readers will also learn how to implement k-means in TensorFlow.js and how to apply the Bellman equation to solve the Markov decision process problem.
This section contains the following chapters:
- Chapter 4, Polynomial Regression
- Chapter 5, Classification with Logistic Regression
- Chapter 6, Unsupervised Learning
- Chapter 7, Sequential Data Analysis
- Chapter 8, Dimensionality Reduction
- Chapter 9, Solving the Markov Decision Process