diff options
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, 1 insertions, 1 deletions
diff --git a/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md b/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md index a8439e6..eb10934 100644 --- a/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md +++ b/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md @@ -1,7 +1,7 @@ --- date: 2019-12-16 14:16 description: Polynomial regression using TensorFlow -tags: Tutorial, Tensorflow, Colab +tags: Tutorial, Tensorflow, Colab, AI --- # Polynomial Regression Using TensorFlow |