To predict ages based on 3D MRI Images, VGG network architecture is expanded to three dimensions.
Tensorflow implementation of Very Deep Convolutional Networks for Large-Scale Image Recognition by Visual Geometry Group
- Python 3.3+
- Tensorflow
- SciPy
- Nibabel
- (Optional) IXI-MRA.zip : Large-scale MRA Dataset
To train a model with downloaded dataset:
$ python mri_convolutional_neuralnet.py
Joey