Corona Virus Exploration #659
Unanswered
prithvishkr
asked this question in
General
Replies: 3 comments 2 replies
-
It's tough to interpret what these plots are... Are you plotting the number of predicted COVID-19 infections over different time windows of varying granularity? I also must confess, I'm ignorant as to what an "lstm" is. Would you mind enlightening me? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Lstm stands for long short term memory and I tried to analyse the death of people with respect to time. Actually my doubt is that is that I used a stock prediction library for predicting this so is this model better wrt to other models present
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Nicholas Noll <[email protected]>
Sent: Friday, May 8, 2020 10:41:37 PM
To: neherlab/covid19_scenarios <[email protected]>
Cc: prithvishkr <[email protected]>; Author <[email protected]>
Subject: Re: [neherlab/covid19_scenarios] Corona Virus Exploration (#659)
It's tough to interpret what these plots are... Are you plotting the number of predicted COVID-19 infections over different time windows of varying granularity? I also must confess, I'm ignorant as to what an "lstm" is. Would you mind enlightening me?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#659 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOPYYBFPOAGEV5VKITJBEALRQQ4MTANCNFSM4M4IGZYA>.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Date versus deaths prediction
wrt means with respect to
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: wk849411933 <[email protected]>
Sent: Saturday, May 23, 2020 8:16:46 PM
To: neherlab/covid19_scenarios <[email protected]>
Cc: prithvishkr <[email protected]>; Author <[email protected]>
Subject: Re: [neherlab/covid19_scenarios] Corona Virus Exploration (#659)
What does wrt mean?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#659 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOPYYBFWNCLCBJF7KZ5BBADRS7OVNANCNFSM4M4IGZYA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a python develope.I was working with lstm and time series forecasting earlier.I have used FbProphet() for stock prediction and it is highly efficient and analytic in nature. FbProphet() uses date and closing value as its input.Then it predicts expected value of days ahead based on trends and calculation. So i had this crazy idea where in i used corona virus dataset in this. I know it does not have a closing value but instead i chose number of deaths as closing value and got this result.
Beta Was this translation helpful? Give feedback.
All reactions