/Lviv-2021

Course material for "Deep Learning in Neuroscience" offers as part of Lviv Data Science Summer School 2021.

Primary LanguageJupyter Notebook

Welcome to Deep Learning in Neuroscience course for Lviv Data Science Summer School 2021!

Here you will find a collection of code and links for the Deep Learning in Neuroscience taught by Edgar Y. Walker, as part of the Lviv Data Science Summer School 2021.

Most importantly, you can launch the Jupyter notebook for the workshop in Colab by clicking on the badge below!

Open In Colab

How to run on your own setup without Colab

If you prefer to run this on your own machine and without using Colab, you can do so by using this repository content. Start by downloading/cloning this repository.

Using Docker

The repository is configured to work simply with docker-compose, so assuming you have Docker and docker-compose configured on your machine, all you'll have to do will be to navigate to the directory and run the following command:

$ docker-compose up

You can then navigate to http://localhost:8888 in your browser to access the Jupyter Lab server, properly configured.

Running natively

If you prefer to not use Docker, then launch a Jupyter server and navigate to the Jupyter notebook Deep-Learning-in-Neuroscience.ipynb found in notebooks directory. You may have to adjust a few paths for your data download.

Acknowledgements

Big thanks to Zhuokun Ding from Baylor College of Medicine and Suhas Shrinivasan from the University of Göttigen for their immense help in preparing and testing the course material!