From 8acc77e94eb207900b51d0182d51fc4e55104692 Mon Sep 17 00:00:00 2001 From: navanchauhan <navanchauhan@gmail.com> Date: Fri, 24 Dec 2021 23:01:46 -0700 Subject: generated with plausible analytics --- docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html | 1 + 1 file changed, 1 insertion(+) (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 9d39c2b..48c477a 100644 --- a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html +++ b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html @@ -25,6 +25,7 @@ <link rel="manifest" href="manifest.json" /> <meta name="google-site-verification" content="LVeSZxz-QskhbEjHxOi7-BM5dDxTg53x2TwrjFxfL0k" /> <script async src="//gc.zgo.at/count.js" data-goatcounter="https://navanchauhan.goatcounter.com/count"></script> + <script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script> </head> <body> -- cgit v1.2.3 From a4c1783a8479be47614112f90c4e8c77aa1c3b9c Mon Sep 17 00:00:00 2001 From: navanchauhan <navanchauhan@gmail.com> Date: Wed, 29 Dec 2021 16:08:08 -0700 Subject: added commentbox comments --- docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html | 3 +++ 1 file changed, 3 insertions(+) (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 48c477a..60d6131 100644 --- a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html +++ b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html @@ -520,6 +520,9 @@ values using the X values. We then plot it to compare the actual data and predic <p>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</p> + <div class="commentbox"></div> + <script src="https://unpkg.com/commentbox.io/dist/commentBox.min.js"></script> + <script>commentBox('my-project-id')</script> </main> -- cgit v1.2.3 From 6c2b440d80034cb0c966fd03586dba8fa267b9b3 Mon Sep 17 00:00:00 2001 From: navanchauhan <navanchauhan@gmail.com> Date: Mon, 3 Jan 2022 00:20:06 -0700 Subject: added comment box id --- docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 60d6131..23da82f 100644 --- a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html +++ b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html @@ -522,7 +522,7 @@ values using the X values. We then plot it to compare the actual data and predic <div class="commentbox"></div> <script src="https://unpkg.com/commentbox.io/dist/commentBox.min.js"></script> - <script>commentBox('my-project-id')</script> + <script>commentBox('5650347917836288-proj')</script> </main> -- cgit v1.2.3 From e02575449cd89cb7916651089aea3911a1f6cda6 Mon Sep 17 00:00:00 2001 From: navanchauhan <navanchauhan@gmail.com> Date: Sat, 23 Apr 2022 02:00:46 -0600 Subject: generated with plausible --- docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html | 1 + 1 file changed, 1 insertion(+) (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 23da82f..a469dd7 100644 --- a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html +++ b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html @@ -26,6 +26,7 @@ <meta name="google-site-verification" content="LVeSZxz-QskhbEjHxOi7-BM5dDxTg53x2TwrjFxfL0k" /> <script async src="//gc.zgo.at/count.js" data-goatcounter="https://navanchauhan.goatcounter.com/count"></script> <script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script> + <script defer data-domain="web.navan.dev" src="https://plausible.navan.dev/js/plausible.js"></script> </head> <body> -- cgit v1.2.3