From 126ce0cdaa892dbc149dc24f8a538adaf35fe17f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 14 Jul 2024 13:08:01 -0600 Subject: add notice for tf 2 --- Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Content') diff --git a/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md b/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md index eb10934..9c8277c 100644 --- a/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md +++ b/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md @@ -6,6 +6,8 @@ tags: Tutorial, Tensorflow, Colab, AI # Polynomial Regression Using TensorFlow +Edit: This tutorial is for TensorFlow 1.x which still works on TF 2.0 through `tensorflow.compat.v1`. I have an updated version for TensorFlow 2.x [here](posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html). + **In this tutorial you will learn about polynomial regression and how you can implement it in Tensorflow.** In this, we will be performing polynomial regression using 5 types of equations - -- cgit v1.2.3