A tutorial for neurolib
will be held at the CNS*2022 satellite tutorials.
This tutorial is intended researchers interested in learning how to use neurolib for simulating, exploring, and optimizing neural mass models and whole-brain networks.
Registration for the satellite tutorials is free, but required. Register here 👈.
Date: Monday, 27.06.2022
Start: 13:30 UTC (15:30 CET) End: 15:30 UTC (17:30 CET)
Link: to be announced per email invitation after registration
To participate in this tutorial, you need to install neurolib
on your machine (recommended) or use either Google Colab or Binder to run the tutorial Notebooks in your web browser (see below).
We recommend installing neurolib
on your own computer and running the tutorial notebooks on your local machine. Please refer to the GitHub repository on how to clone the repo and install neurolib.
The notebooks for the tutorial are in a separate git branch called cns_tutorial
to change to this branch, first cd
into the repository that you have cloned.
git clone https://github.com/neurolib-dev/neurolib.git
cd neurolib/
pip install -r requirements.txt
# change to the tutorial branch
git checkout cns_tutorial
You will now find the tutorial notebooks in the examples
directory. They are called Tutorial-1.ipynb
et cetera.
📝 Note: If you can't run neurolib
on your own computer, you can run the notebooks in your browser using the links below.
You can find all notebooks on Binder. Go to the examples
directory and open the notebooks with the name Tutorial - N.ipynb
as listed below.
📝 Note: You Binder session is limited in RAM (2 GB). After you completely go through a notebook, make sure to shutdown its kernel so you have more free RAM for opening the next notebook. You can do this in the menu bar by pressing "Kernel" and "Shutdown kernel".
These are the notebooks we will be going through in this tutorial.
📝 Note: You need a Google account to run these notebooks. If you don't have one, use the Binder link above. Some cells of the nobooks are hidden in Colab by default. To easily expand all cells when you open the notebook, go to the menu bar and press "Edit" and "Select all cells", then "View" and "Expand selection".
- Tutorial - 1: Introduction
- Tutorial - 2: From single-node to whole-brain model
- Tutorial - 3: Parameter explorations
- Tutorial - 4: Evolutionary optimization