-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parameter calculation #5
Comments
Hey. The parameters are estimated based on real world data, or they are simply a best guess. The purpose of the parameters file is to experiment and adjust them to see what works or makes the most sense for the scenario you are trying to model. |
Hi @metalcorebear , So you mean we change the parameters and compare the model outputs with the real-time data and thus make our model a simulation of the real-world scenario. We fix those parameters of the model which can best interpret the real-world scenario. Is my understanding correct? Also, I had one more question. I wanted to improve these parameters using insights from social media. But in case of covid disease spread, the usual graph network measures like centrality, transitivity ,clustering etc which gives useful intuition for information spread does not provide any hint about disease spread. Can you provide some insights about how can social media be used to improve the simulation model parameters. Thant would be really helpful to me! Thanks. |
Yes, that is correct. Regarding social media, I think it would be interesting to use social media posts to identify potential geographic hot spots. I think this could be done using NLP to identify posts that convey symptoms or explicitly stating that the individual is COVID-positive. You could then look at their social media connections that are geographically colocated and see if the same patterns emerge in their posts, and use that as a proxy for disease spread. It's just an idea that I haven't really explored in any great detail. Is that aligned with what you were thinking? |
hi @metalcorebear , thank you for the answer. I am trying to understand the spread of awareness regarding covid testing |
Hi @padmaksha18. I'm interested in information propagation through social media as well. I've built a meme propagation ABM that might also provide some insight for you. It can be found here: https://github.com/metalcorebear/Meme-Propagation-Agent-Based-Model As far as linking meme propagation parameters to infection models, I'm not sure how to approach that. It is an interesting problem, though, that I will ponder. |
hi, Thank you for the information. You are right, it is difficult to
relate information spread with real time disease spread. So, I am just
trying to find if any social media features like volume/location of tweets
etc can boost my ABM . Thanks!
…On Tue, Sep 15, 2020 at 3:34 PM metalcorebear ***@***.***> wrote:
Hi @padmaksha18 <https://github.com/padmaksha18>. I'm interested in
information propagation through social media as well. I've built a meme
propagation ABM that might also provide some insight for you. It can be
found here:
https://github.com/metalcorebear/Meme-Propagation-Agent-Based-Model
As far as linking meme propagation parameters to infection models, I'm not
sure how to approach that. It is an interesting problem, though, that I
will ponder.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJL2HQCEALAXCCEZ64VH7ELSF66TTANCNFSM4QIHVZTA>
.
|
hi Team, thank you for sharing this code. I had a question on how the parameters are estimated. In the parameters file, all the values are hardcoded. So, is this data obtained from social media somehow or some real world data? Please elaborate.
Thanks,
Padmaksha
The text was updated successfully, but these errors were encountered: