This research work began as a final project for a graduate computational neuroscience class, which eventually led to a poster and conference publication.
brainMatching
contains the source code and files for all experiments run.
- Ubuntu 20.04
- Python 3.8
- Install mini-conda from https://docs.conda.io/en/latest/miniconda.html
- Clone this repo and run the following commands:
conda env create -f environment.yml
conda activate connectomics
- Install Python, C++, and Jupyter extensions in VSCode