summaryrefslogtreecommitdiff
path: root/Content/posts
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-07-14 13:08:01 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-07-14 13:08:01 -0600
commit126ce0cdaa892dbc149dc24f8a538adaf35fe17f (patch)
tree91a9e51cad4fc5f8ce15531ac8ae98fd0a0fd36b /Content/posts
parent8e4fb2517f5fa6f1830c2f6d148531b261c67489 (diff)
add notice for tf 2
Diffstat (limited to 'Content/posts')
-rw-r--r--Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md2
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 -