Skip to content

Instantly share code, notes, and snippets.

View oeway's full-sized avatar

Wei Ouyang oeway

  • Science For Life Laboratory
  • Stockholm
View GitHub Profile
@ajsander
ajsander / Tutorial.md
Last active June 21, 2021 02:23
Tutorial for 3rd Annual Data Science Bowl

U-Net Segmentation Approach to Cancer Diagnosis

written by Jonathan Mulholland and Aaron Sander, Booz Allen Hamilton

In this tutorial, we will show one approach to predicting whether a CT scan is of a patient who either has or will develop cancer within the next 12 months or not.

We will train a network to segment out potentially cancerous nodules and then use the characteristics of that segmentation to make predictions about the diagnosis of the scanned patient within a 12 month time frame.

The code for this tutorial can be found at https://github.com/booz-allen-hamilton/DSB3Tutorial

Dependencies and tools