This example shows how to forecast time series data using Machine Learning.
To forecast the values of future time steps of a sequence, you can train a regression Machine Learning, where the responses are the training sequences with values shifted by one time step. That is, at each time step of the input sequence, the Machine Learning learns to predict the value of the next time step.
This example uses the data set covid-19 patients of India. The example trains a Machine Learning Model to forecast the number of covid-19 cases given the number of cases in previous days. I used data till 31st March 2020.
Akhilesh Kumar (2021). COVID-19 Corona Forecasting using Machine Learning (https://www.mathworks.com/matlabcentral/fileexchange/75423-covid-19-corona-forecasting-using-machine-learning), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Visit for my all webinars on MATLAB
https://www.youtube.com/playlist?list=PL-cox7V-ujrGATKKxtWXV9gnd1XvLYZG-
For technical post on the same visit https://algo.volganga.com/time-series-forecasting-using-machine-learning-covid-19/