Skip to content

Convolutional neural network solution for deep learning from DICOM images

License

Notifications You must be signed in to change notification settings

sailfish009/DICOM-CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DICOM CNN

Scripts useful for doing deep learning on DICOM images. Used to differentiate between images with and without lung nodules for my semester project in machine learning.

Note:

While you are welcome to borrow ideas and code from this repo, other models performed much better in the competition. If you are interested in DICOM image segmentation in general, you may want to read about some of the winning entries in the 2017 Data Science Bowl

utilityFunctions.py

A series of functions for converting DICOM images into numpy arrays

CNN.py

The most successful architecture I tested

writeup.pdf

A paper detailing background information and different methods of lung nodule detection

About

Convolutional neural network solution for deep learning from DICOM images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%