Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 286 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 286 Bytes

Age regression from brain MRI data

Age regression on medical images for ICL.

Methods

  • UNet3D for feature extraction + traditional ML regressors
  • ResNet3D for end-to-end CNN regression

Libraries

  • Pandas
  • Numpy
  • Matplotlib
  • Seaborn
  • PyTorch
  • Scikit-learn
  • SimpleITK