Code Repository for "Neural Networks for Efficient Bayesian Decoding of Natural Images from Retinal Neurons" by Nikhil Parthasarathy, Eleanor Batty, William Falcon, Thomas Rutten, Mohit Rajpal, E.J. Chichilnisky, Liam Paninski
python>=3.5 tensorflow>=1.0 (gpu version), h5py, testtube
git lfs (for saved linear decoder models)
Code provided here allows you to generate the main results from the paper. To get an understanding for the basic code structure and testing the basic framework please look at the the two jupyter notebooks in the main folder:
./linear_decoder_demonstration.ipynb
./nn_model_demonstration.ipynb