Skip to content

Python project that implements a dynamical systems model to simulate bistable perception.

Notifications You must be signed in to change notification settings

LNDG/Noise_Color_Attractor_Model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noise Color Attractor Model

Python project to investigate the effect of differently colored noise on a dynamical systems which simulate bistable perception.

New models can be implemented in the versions folder following the syntax of the existing model. We simulate the effect of noise on the model by adding noise of different colors to each timestep.

The config.py file configures the model, the parameter of the model. The parameter grid runs serially over all possible parameter settings.
The parameter settings of the parallel variable are run in parallel.

The job_wrapper.sh file is a shell file that runs the python scripts through the Slurm batch system, it parallelizes processes over different noise color and noise frequency cut of settings.

Requirements

PyTables, PyGSL, Joblib, scikit-learn, numpy, scipy, matplotlib, seaborn The repository contains a yml file to set up a conda environment.

About

Python project that implements a dynamical systems model to simulate bistable perception.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • MATLAB 5.3%
  • Shell 1.0%