SimoneGasperini / SOCmodel

Implementation of a minimal neural network model for the study of self-organized criticality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self-Organized Critical neural networks model

build codecov

Installation

First, clone the git repository and change directory:

git clone https://github.com/SimoneGasperini/SOCmodel.git
cd SOCmodel

Then, pip-install the requirements and run the setup script:

pip install -r requirements.txt
python setup.py install

Example

For an example about how to create an instance of the model and run a simulation, see the Jupyter Notebook here

Authors

  • Simone Gasperini git

About

Implementation of a minimal neural network model for the study of self-organized criticality


Languages

Language:Jupyter Notebook 71.4%Language:Python 28.6%