VisualML
VisualML copied to clipboard
Addition of Polynomial Regression and its deployment on the website
Task-Implementation of polynomial regression using tf.js and deploying it on the website
Steps to be followed-
-
Start off by making the relevant index.js file
-
The file should have the following functions:
-
[ ] mean
-
[ ] std-dev
-
[ ] normalizedvectors
-
[ ] toNormalizedTensor
-
[ ] Modelfit
-
[ ] RenderPredictions
-
[ ] fitandrender
-
[ ] generate(X-Y)data
-
[ ] draw the data using plotly.js
-
Next task is to make the relevant index.html file to display the algorithm