Welcome to Spiking Brains’s documentation!¶
Analysis of the Steinmetz neurons dataset using methods from computational neuroscience and machine learning.
Content¶
The modules reside in the package ./app.
Following are the notebooks that use function from ./app/ to perform
analysis.
Exploratory AnalysisExperiment flow across sessions and trials.
Behaviour AnalysisResponse to stimulus.
Neurons AnalysisNeuron spikes and firing rate.
Phenomena AnalysisNeuron response with respect to different behaviours.
Machine Learning ModellingDecoding neuron activity
Effect of trial history on current response.
Installation¶
Clone the repository.¶
git clone https://github.com/theairbend3r/spiking-brains.git
Install the packages.¶
Using Conda.
conda env create -f spiking-brains.yml
Using Pip.
pip install requirements.txt
Meta¶
Distributed under the GNU GPL-V3 license. See LICENSE for more
information.