sam-may / zephyr

Pneumonia segmentation model for CT scans. To be used in the context of covid-19 studies.
MIT License
0 stars 0 forks source link

3D CNN for Lung Nodule Classification #22

Open sam-may opened 4 years ago

sam-may commented 4 years ago

Create a 3D CNN classifier that we can use as a first step for the lung nodule classification.

To start, frame the problem as a binary classification problem: benign vs. malignant.

Next, can explore building up to multiclassification (i.e. categorizing sub-classes of malignant nodules) and fancier DNN architectures.