GithubHelp home page GithubHelp logo

model-wom-usa-ipk's Introduction

What is it?

This is the implementation of a model of word-of-mouth. In this model, we investigate what happens is we do not only represent information being just diffused amongst a population, but when individuals also search for information.

The model is described in the following publication:

Samuel Thiriot, Word-of-mouth dynamics with information seeking: Information is not (only) epidemics, Physica A: Statistical Mechanics and its Applications, Volume 492, 2018, Pages 418-430, ISSN 0378-4371, https://doi.org/10.1016/j.physa.2017.09.056. (http://www.sciencedirect.com/science/article/pii/S0378437117309482)

How to use it?

This model runs under Netlogo 6; you can freely download it from here: https://ccl.northwestern.edu/netlogo/download.shtml

Start Netlogo; open the model-wom-information-seeking.nlogo file from netlogo; click setup, then simulate. Then restart by tuning parameters. Have a look to the "info tab" which explains what happens and what to explore.

Exploration of the space of parameters

To explore the space of parameters, we rely on the OpenMole software: https://www.openmole.org/

Open in OpenMole the exploration workflow found in the "exploration" directory. For each point of the space of parameters, this workflow will:

  • generate a network using R/igraph and measure its properties
  • transmit it to netlogo as an input file
  • store the simulation results into a CSV file

Advanced

generate other networks

networks in this model represent the structure of interactions, which has a huge influence on the dynamics simulated.

You can easily genarate novel graphs to use using R/igraph.

R
library(igraph)
g <- igraph::watts.strogatz.game(size=1000,nei=4,dim=1,multiple=F,loops=F,p=0.1)
average.path.length(g)
write.graph(g, file="network_1000.graphml", format="graphml")

model-wom-usa-ipk's People

Contributors

samthiriot avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.