diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-14 13:08:01 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-14 13:08:01 -0600 |
commit | 126ce0cdaa892dbc149dc24f8a538adaf35fe17f (patch) | |
tree | 91a9e51cad4fc5f8ce15531ac8ae98fd0a0fd36b /Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md | |
parent | 8e4fb2517f5fa6f1830c2f6d148531b261c67489 (diff) |
add notice for tf 2
Diffstat (limited to 'Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md')
-rw-r--r-- | Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 - |