Skip to content

ritterlab/ai_in_medicine

Repository files navigation

Programmierung in Python

This repository contains the course material for the programming tutorials in week 1 & 2. The table gives an overview on the topics covered within the tutorials.

Schedule

Datum Zeit Raum Titel Referenten
2024-01-22 10:15-13:00 CIPOM Grundkonzepte Malte Schmieding
2024-01-23 10:15-13:00 CIPOM Numpy und Pandas Sebastian Boie
2024-01-24 10:15-13:00 CIPOM Matplotlib und Seaborn Marija Tochadse
2024-01-25 10:15-13:00 CIPOM Scikit-learn Malte Schmieding
2024-01-26 10:15-13:00 CIPOM Keras Moritz Seiler
2024-01-30 10:15-13:00 CIPOM Patientenversorgung Sebastian Boie
2024-02-01 10:15-13:00 CIPOM Computer Vision Marc-Andre Schulz

How to start using this material

There are different options to access the course material. Here, we recommend to use one of the following:

Colab (Recommended)

  1. Click on the linked title of the lesson you want to open.
  2. Log in with your Google account of choice.
  3. Save a copy in your Google Drive by clicking on Copy to Drive.
  4. In the new tab, click on Connect to environment (top right). Accept potential warnings about the origin of the notebooks.
  5. Follow the lesson!

Binder

The Binder Project is an open community that makes it possible to create sharable, interactive, reproducible environments. No account is required to access and execute the tutorial material.

  1. Go to Binder
  2. Insert to URL of this GitHub repository (https://github.com/ritterlab/ai_in_medicine) in the GitHub repository field.
  3. Click on the 'launch' button to create a Docker image of the environment.
  4. Select the relevant Jupyter notebook for the tutorial.

Binder allows only a memory of 2GB per container, you have to use a copy of the COVID-19 dataset for your tutorial. Moreover, Binder does not offer GPU support.

Jupyter Notebooks (local)

It is recommended to install the Anaconda Distribution which is a Python/R data science distribution and a collection of over 7,500+ open-source packages including a package and environment manager. Please follow the installation instructions for the local installation.

  1. After the installation you can either clone the GitHub repository or download the repository as a zip-file by clicking on the green Code button and selecting Donwload ZIP
  2. Launch the Jupyter Notebook App.
  3. Access the relevant directory.
  4. Open the relevant Jupyter notebook.

Optional: Challenge

tba