ADITYASHAH-IITP / Predict-Room-Temperature

Using polynomial fit with the Cloud retrieved sensor data to predict what the temperature in our room is going to be.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predict-Room-Temperature

Using polynomial fit with the Cloud retrieved sensor data to predict what the temperature in our room is going to be.
Circuit Diagram
image
Steps:
• Make the Hardware connections
• Retrieve the data points from the Cloud
Parameters:
Prediction points:

This number tells the Visualizer how many future data points need to be predicted.
No. Polynomial coefficients:
This number tells the Visualizer how many elements should be present in the function i.e. the value of n.(Largest power of dependent variable)
Frame Size:
These are the number of previous data points the Visualizer will use to predict the trend of the data.


Parameters:
⭐️ image


Configuration
⭐️ image


Tools Used
• JS
• google-chart
• Polynomial Regression



Results
⭐️ image

About

Using polynomial fit with the Cloud retrieved sensor data to predict what the temperature in our room is going to be.