Chapter 3. Linear Regression

In this chapter, we will cover the basic recipes for understanding how TensorFlow works and how to access data for this book and additional resources. We will cover the following areas:

  • Using the Matrix Inverse Method
  • Implementing a Decomposition Method
  • Learning the TensorFlow Way of Regression
  • Understanding Loss Functions in Linear Regression
  • Implementing Deming Regression
  • Implementing Lasso and Ridge Regression
  • Implementing Elastic Net Regression
  • Implementing Regression Logistic Regression

Introduction

Linear regression may be one of the most important algorithms in statistics, machine learning, and science in general. It's one of the most used algorithms and it is very important to understand how to implement it and its various ...

Get TensorFlow Machine Learning Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.