项目作者: jibikbam

项目描述 :
3D image classification using CNN (Convolutional Neural Network)
高级语言: Python
项目地址: git://github.com/jibikbam/CNN-3D-images-Tensorflow.git
创建时间: 2017-04-04T02:55:27Z
项目社区:https://github.com/jibikbam/CNN-3D-images-Tensorflow

开源协议:

下载


CNN 3D Images using Tensorflow

  • Goal: MRI classification task using CNN (Convolutional Neural Network)

  • Code Dependency: Tensorflow 1.0, Anaconda 4.3.8, Python 2.7

  • Difficulty in learning a model from 3D medical images

    1. Data size is too big. e.g., 218x182x218 or 256x256x40
    2. There is only limited number of data. In other words, training size is too small.
    3. All image looks very similar and only have subtle difference between subjects.
  • Possible solutions

    1. Be equipped with good machine especially the RAM
    2. Downsample images in the preprocessing
    3. Data augmentation e.g., rotate, shift, combination
    4. Transfer learning