AmrMahmoud2 / Machine-Learning-in-Medical-Imaging--U-Net

TUM_MLMI_SS16: Convolutional Neural Network using U-Net architecture to predict one modality of a brain MRI scan from another modality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning-in-Medical-Imaging--U-Net

U-Net is a Convolutional Neural Network (CNN) that was designed for biological image segmentation. In order to preserve finer feature maps, skipping connections are used that complement the data in deeper layers. In this work, the same architecture was adapted for MRI brain scans to predict one modality given another. This was done by sclicing raw volumetric MRI data scanned in two different modalities into 2D images that the network could be trained on. The network was implemented using matConvNet, a MATLAB toolbox for CNNs.

Final Presentation

About

TUM_MLMI_SS16: Convolutional Neural Network using U-Net architecture to predict one modality of a brain MRI scan from another modality.

License:GNU General Public License v3.0


Languages

Language:MATLAB 68.7%Language:Python 30.2%Language:Rich Text Format 1.1%