From 284ec747d2ac0de55c3859283c7f6d63451b0480 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 21 Oct 2023 00:44:42 -0600 Subject: fix canonical url --- docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html') diff --git a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html index 51c31d8..a34dcbf 100644 --- a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html +++ b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html @@ -8,9 +8,9 @@ Polynomial Regression Using TensorFlow - - - + + @@ -22,7 +22,6 @@ - @@ -586,15 +585,13 @@ values using the X values. We then plot it to compare the actual data and predic

Basically if you train your machine learning model on a small dataset for a really large number of epochs, the model will learn all the deformities/noise in the data and will actually think that it is a normal part. Therefore when it will see some new data, it will discard that new data as noise and will impact the accuracy of the model in a negative manner

If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
- +
- - \ No newline at end of file -- cgit v1.2.3