COVID-19 Corona Forecasting using Machine Learning

버전 1.0.3 (95 KB) 작성자: Akhilesh Kumar
The example trains a Machine Learning Model to forecast the number of covid-19 cases given the number of cases in previous days.
다운로드 수: 734
업데이트 날짜: 2020/5/9

라이선스 보기

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 (2024). 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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
R2018a에서 R2020a까지의 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Biological and Health Sciences에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.3

Update Link

1.0.2

Code Update

1.0.1

Modified Data

1.0.0