Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 701 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 701 Bytes

multiDchaos

Public code for the paper:

Muscinelli, S.P., Gerstner, W. and Schwalger, T. Single neuron properties shape chaotic dynamics in random neural networks ArXiv pre-print:1812.06925v2 (2018).

Requirements

  • Julia 0.7
  • Julia libraries:
    • JLD
    • Optim

Usage: The file to simulate the full rate network is "run_microscopic.jl", while the file to find the mean-field solution iteratively is "find-meanfield-solution-iteratively.jl". Such files relies on three custom julia modules: "RateNet", "AdaptiveNet" and "MyTools", included in the directories "ratenet", "adaptnet" and "mytools" respectively. Their respective paths should be included in your .juliarc in order for the code to work.