VisualML icon indicating copy to clipboard operation
VisualML copied to clipboard

Addition of Polynomial Regression and its deployment on the website

Open divo12 opened this issue 3 years ago • 0 comments

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

Resources to follow

divo12 avatar Oct 11 '22 09:10 divo12