# 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 - [tf.js docs and tutorials](https://www.tensorflow.org/js) - [plotly.js docs](https://plotly.com/javascript/)