Skip to content

pillowlab/CBEM

Repository files navigation

CBEM

Code to fit spike trains with the Conductance-based encoding model.

Contains Python and Matlab implementations of the analyses found in Latimer et al. 2014.

Downloading the repository

Example Matlab Script

Open exampleScript.m to see it in action using a small simulated dataset

Python code

The pyCBEM code uses a Python + Jax implementation of the CBEM for retinal ganglion cells. The notebook "exampleCBEMfitting.ipynb" shows how to use this.

References