Skip to content

In my internship at “RAD365 Technologies Inc”, I was design various classification and segmentation CNN models using Python Keras, Opencv, Sklearn etc. libraries. Here I implement CNN models for CT, MRI, X-RAY images.

Notifications You must be signed in to change notification settings

snehashis1997/Implementing-Deep-Learning-in-the-field-of-Radiology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementing-Deep-Learning-in-the-field-of-Radiology-and-Health-Care-using-Python

During my internship at “RAD365” (currently it is https://hailth.ai/), I was design various classification and segmentation CNN models using Python Keras, Opencv, Sklearn etc. libraries. Here I implement CNN models for CT, MRI, X-RAY images.

Libraries used in this project:

  1. Numpy -- for matrix and array related operations
  2. Matplotlib -- for plotting
  3. Scikit image - for image read write,specificly I used it for .nii image read
  4. pydicom -- for dicom image array read
  5. Opencv -- for image processings opperation like blurring,thresholding etc etc.
  6. Keras -- for Deep learning architecture building

Work

1. The first project is a multiclass classification problem, where I develop a Transfer learning based CNN model for four classes (1 for meningioma, 2 for glioma, 3 for pituitary tumour 4 for Normal). BRATS 2015 dataset

Deep learning architecture I used during this project:

multi_classification_accuracy Multiclass brain tumor classi loss

2. The second project is a binary segmentation problem, where I develop an Encoder-Decoder based CNN model for segmenting spinal cord from MRI image.

Deep learning architecture I used during this project:

Spinal cord segmentation network IOU value Spinal cord segmentation network loss

actual spinal cord mask predicted mask spinal cord

3. The third project is a segmentation problem, where I develop an Encoder-Decoder based CNN model for four classes (1 for meningioma, 2 for glioma, 3 for pituitary tumour 4 for Normal) segmentation. BRATS 2015 dataset

Deep learning architecture I used during this project:

Multi class Brain tumor segmenation architecture iou value Multi class Brain tumor segmenation architecture loss

actual brain mask predicted mask

About

In my internship at “RAD365 Technologies Inc”, I was design various classification and segmentation CNN models using Python Keras, Opencv, Sklearn etc. libraries. Here I implement CNN models for CT, MRI, X-RAY images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published