GithubHelp home page GithubHelp logo

erswir's Introduction

erSWIR

Replication of SWIR model in ER networks

Install graph-tool in linux with Anaconda using this tutorial: https://medium.com/@ronie/installing-graph-tool-for-python-3-on-anaconda-3f76d9004979

Data:

1

  • nodes: 1M -> N
  • samples: 3k -> n
  • name: "results/{0}_{1}_rho_sub_critical.p".format(n,N)
max_new = 0.115+0.003
min_new = 0.115-0.003
kappa_range = (kappa_range-kappa_range.min()) * (max_new - min_new) / 2 + min_new

2

  • nodes: 1M -> N
  • samples: 3k -> n
  • name: "results/{0}_{1}_rho_critical.p".format(n,N)
max_new = 0.108021+0.003
min_new = 0.108021-0.003
kappa_range = (kappa_range-kappa_range.min()) * (max_new - min_new) / 2 + min_new

3

  • nodes: 50k -> N
  • samples: 20k -> n
  • name: "results/{0}_{1}_rho_critical.p".format(n,N)
max_new = 0.108021+0.003
min_new = 0.108021-0.003
kappa_range = (kappa_range-kappa_range.min()) * (max_new - min_new) / 2 + min_new

4

  • samples: 6k -> n
  • name: "results/{0}_fig7_rho_sub_critical.p".format(n) N_range = [int(n) for n in np.geomspace(1e5, 3e6, 10)]

5

  • samples: 65k -> n
  • name: "results/{0}_fig7_rho_sub_critical.p".format(n) N_range = [ 100000, 145923, 212936, 310723]

6

  • samples: 32k -> n
  • name: "results/{0}_fig10_rho_critical.p".format(n) N_range = [ 100000, 145923, 212936, 310723]

7

  • samples: 1000 -> n (for each N)
  • nodes: 100000, 145923, 212936, 310723 -> N
  • name: './results/{0}_{0}_fig10_rho_critical.p'.format(num_ensamble, N)

erswir's People

Contributors

acescobarf avatar sjaimese avatar volodyaco avatar

Stargazers

 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.