summaryrefslogtreecommitdiff
path: root/docs/tags/Tensorflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tags/Tensorflow.html')
-rw-r--r--docs/tags/Tensorflow.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/tags/Tensorflow.html b/docs/tags/Tensorflow.html
index 3bcb911..04006bb 100644
--- a/docs/tags/Tensorflow.html
+++ b/docs/tags/Tensorflow.html
@@ -49,6 +49,21 @@
<ul>
+ <li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a></li>
+ <ul>
+ <li>Predicting n-th degree polynomials using TensorFlow 2.x</li>
+ <li>Published On: 2024-03-21 12:46</li>
+ <li>Tags:
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>,
+
+ <a href='/tags/Tensorflow.html'>Tensorflow</a>,
+
+ <a href='/tags/Colab.html'>Colab</a>
+
+ </ul>
+
+
<li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">Polynomial Regression Using TensorFlow</a></li>
<ul>
<li>Polynomial regression using TensorFlow</li>