Project Report On: COVID 19 Analysis and Prediction
Project Report On: COVID 19 Analysis and Prediction
Project Report On: COVID 19 Analysis and Prediction
BACHELOR OF TECHNOLOGY
Branch- IT
DEPARTMENT OF INFORMATION TECHNOLOGY
LUCKNOW
Narendra
kumar
Dr. APJ KALAM TECHNICAL UNIVERSITY
LUCKNOW
DECLARATION
Atul Kumar
Vishwakarma
Contents:
1. Abstract
2. Introduction
3. Main Objective
5. Conclusion
Abstract
The aim of the project is to provide data analysis of covid-19 (a pandemic started in
December 2019). Through plotting of data, various cases have been studied like most
affected countries due to this pandemic. Study of data from various countries is combined to
show the growth of cases and recovery graph. In this project, the predictions on various cases
has been done and finally, the accuracy of the algorithm has been determined. Comparison
graphs has also been plotted to analyse how much INDIA is getting affected/recover day by
day.
INTRODUCTION
On 31st December 2019, in the city of Wuhan (CHINA), a cluster of cases of pneumonia of
unknown cause was reported to World Health organisation. In January 2020, a previously
unknown new virus was identified, subsequently named 2019 novel corona virus. WHO has
declared the COVID-19 as a pandemic. A pandemic is defined as disease spread over a wide
range of geographical area and that has affected high proportion of the population.
.
MAIN OBJECTIVE
The pandemic has already taken grip over peoples’ life. Since the start of the pandemic, some
countries are facing problem of ever-increasing cases. Through the data analysis of cases one
can analyse how countries all over the world are doing in terms of controlling the pandemic.
Analysing data leads to adapt the prevention model of the countries that are doing great in
terms of lowering the graph. Predictions are made with the dataset available to the
individual/country/organisations, thus helping them to decide how far they are able to control
the pandemic or up to how much extent they should guide preventive measures. Through this
project, a step towards helping people to understand the spread and predict the cases in their
country is done. This project also gives an insight of how a country is doing in terms of
data without being explicitly programmed. It makes computer make decisions similar to
humans. Now a days, it is actively being used in various field. E.g. Medical, Industries,
Astronomy etc. The major types of Machine learning are Supervised Learning, Unsupervised
Learning and Reinforcement Learning.
Supervised Learning
The machine learning task of learning a function that can map an input data to output
Unsupervised Learning
A type of machine learning that draw an inference from dataset consisting of input data
without labelled responses. One of the common unsupervised learning methods called cluster
Reinforcement Learning
A type of machine learning that is bound to learn from experiences. There is no training
dataset provided (such methods work in the absence of datasets). An agent in Reinforcement
learning that rewards or penalise for actions done by the algorithm. The task is to find the
Data frame
Pandas Data frame is 2D, mutable and heterogeneous tabular data structure with
labelled axes. Data frame can be made of more than one series (series can only contain single
Classification
to, on the basis of learning obtained through training set containing observations along with
Conclusion
Through this project, the analysis on COVID-19 data has been performed successfully. The
analysis on this pandemic spread has been done and compared between different countries.
The analysis of confirmed cases, active cases, recovered cases and deaths are done separately
to give a clear look on how the virus is spreading, which countries are getting affected mostly
and how different countries are recovering. A separate analysis on cases of INDIA has been
done and predictions of different cases both around the world and INDIA has been done. At
last, the accuracy check using different metrics is performed over all the analysis done in this
project.