Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.18 KB

File metadata and controls

11 lines (8 loc) · 1.18 KB

Dynaphos experimental scripts

Code repository for the experiments and figures in the eLife publication. (Note, this repository only contains the experimental scripts. The published software module for differentiable phosphene simulation can be found here)

van der Grinten, M.*, de Ruyter van Steveninck, J.*, Lozano, A.*, Pijnacker, L., Rueckauer, B., Roelfsema, P., van Gerven, M., van Wezel, R., Güçlü, U., & Güçlütürk, Y. (2024). Towards biologically plausible phosphene simulation for the differentiable optimization of visual cortical prostheses. eLife, 13, e85812. (* Shared first co-authors.) https://doi.org/10.7554/eLife.85812

Usage

To reproduce the experiments:

  1. Install the dynaphos python module via pip: $ pip install dynaphos, or check the dynaphos repository) for the bleeding-edge code.
  2. Clone this repository, including the repository submodules: $ git clone --recursive https://github.com/neuralcodinglab/dynaphos-experiments.git.
  3. Run the Jupyter notebooks. Each experiment is included in a separate folder. (Jupyter can be installed with: $ pip install jupyterlab).