Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cutupdev/brain-tumors-segmentation-using-encoder-decoder

This is repository for segmentation brain tumors from Brain MRI image. It used Convolutional Neural Network(CNN).
https://github.com/cutupdev/brain-tumors-segmentation-using-encoder-decoder

cnn decoder encoder image-processing jupyter-notebook python tensorflow

Last synced: about 2 months ago
JSON representation

This is repository for segmentation brain tumors from Brain MRI image. It used Convolutional Neural Network(CNN).

Awesome Lists containing this project

README

        

# Brain Tumors Segmentation

Brain tumor segmentation using deep learning is a helpful tool for physicians to rapidly diagnose brain tumors. In this project, an encoder-decoder architecture is utilized to perform brain tumor segmentation. In particular, we investigated several mode reduction techniques to try to limit the number of input modalities needed to achieve good performance. We utilized pre-processed datasets to train and test, and also implemented our own processing pipeline by stripping the skulls from brain images collected by Stanford Health Care (SHC). The developed model was robust to reduction of imaging modes, and shows promise for future investigation in clinical environments.

![architecture](./result/cancer.JPG)