We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: