Open-source repository containing neural network models of the retina. The models in this repository are inspired by and partially contain adapted code of sinzlab/neuralpredictors.
For normal usage:
pip install openretina
For development:
git clone git@github.com:open-retina/open-retina.git
cd open-retina
pip install -e .
Before raising a PR please run:
# Fix formatting of python files
make fix-formatting
# Run type checks and unit tests
make test-all
The model in openretina/hoefling_2024
was developed in the paper A chromatic feature detector in the retina signals visual context changes and can be cited as:
@article{hofling2022chromatic,
title={A chromatic feature detector in the retina signals visual context changes},
author={H{\"o}fling, Larissa and Szatko, Klaudia P and Behrens, Christian and Deng, Yuyao and Qiu, Yongrong and Klindt, David A and Jessen, Zachary and Schwartz, Gregory W and Bethge, Matthias and Berens, Philipp and others},
journal={bioRxiv},
pages={2022--11},
year={2022},
publisher={Cold Spring Harbor Laboratory}
}
The paper Most discriminative stimuli for functional cell type clustering explains a method to automatically cluster and interpret the modeled neurons and was also used with above model (for code see ecker-lab/most-discriminative-stimuli).