diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-26 01:26:25 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-26 01:26:25 -0600 |
commit | 48f46657f3ca82f21a412df51113cc744ce35e7c (patch) | |
tree | 062d21329a72af07655a99dedc20dbf464459038 /Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md | |
parent | 467920bd8a93f1b59954599b479ee7e75f9e550d (diff) |
fix tags
Diffstat (limited to 'Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md')
-rw-r--r-- | Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md b/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md index 6317175..9a0c7f6 100644 --- a/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md +++ b/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md @@ -1,7 +1,7 @@ --- date: 2024-03-21 12:46 description: Predicting n-th degree polynomials using TensorFlow 2.x -tags: Tutorial, Tensorflow, Colab +tags: Tutorial, Tensorflow, Colab, AI --- # Polynomial Regression Using TensorFlow 2.x |