COVID-19 Future Forecasting Using Supervised Machine Learning Models
COVID-19 Future Forecasting Using Supervised Machine Learning Models
• Many research studies on COVID-19 are published and others are on the lane, and floods of huge
data about it are constantly accumulating, without reaching a strong prediction about the transmission
and end of the pandemic. In our current study, we deployed machine learning approaches for
predicting the spread of the virus in several selected countries.
Requirements Elicitation:
->DATASET: Corona Virus
Regression algorithms are used if there is a relationship between the input variable and the output
variable.
•Linear Regression
•Regression Trees
•Non-Linear Regression
•Polynomial Regression
Classification:
Classification algorithms are used when the output variable is categorical, which means there are two
classes such as Yes-No, Male-Female, True-false, etc.
Spam Filtering,
•Random Forest
•Decision Trees
•Logistic Regression
In regression modeling, a target class is predicated on the independent features . This method can be
thus used to find out the relationship between independent and dependent variables and also for
forecasting. Linear regression a type of regression modeling is the most usable statistical technique
for predictive analysis in machine learning.
2) Lasso
LASSO is a regression model belongs to the linear regression technique which uses shrinkage.
Shrinkage in this context refers to the shrinking of extreme values of a data sample towards central
values. The shrinkage process thus makes LASSO better and more stable and also reduces the error
Conclusion:
In machine learning there are two types one is supervised learning and unsupervised learning.
Supervised learning builds the model which makes the predictions based on the input and the output.
Unsupervised learning develops the model from the input data alone. Outline: Here we are going to
use the SVM model and linear regression method to predict the outbreak of coronavirus for the
upcoming 10 days across different regions by using charts and graphs. Coronavirus doesn’t have the
ability to mobilize themselves from one host to another host. But it can able to multiply themselves
once it gets into a host. So by considering the above scenario, we can come to a conclusion that it
spreads via the physical network.