Coder Social home page Coder Social logo

yuangang-pan / ukbiobank_deep_pretrain Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ha-ha-ha-han/ukbiobank_deep_pretrain

1.0 1.0 0.0 21.07 MB

Pretrained neural networks for UK Biobank brain MRI images. SFCN, 3D-ResNet etc.

Python 19.93% Jupyter Notebook 80.07%

ukbiobank_deep_pretrain's Introduction

UKBiobank_deep_pretrain

Pretrained neural networks for UK Biobank brain MRI images. SFCN, 3D-ResNet etc.

Under construction.

The models are trained, validated and benchmarked with UK Biobank brain MRI images, 14,503-subject release.

Model input shape: [batch_size, 1, 160, 192, 160]

Pretrained weights (no subject level information)

File Model No. training subjects Test MAE (years) Validation MAE (yrs) Train MAE (yrs) Val-Train MAE gap (yrs)
./brain_age/run_20190719_00_epoch_best_mae.p SFCN (SGD) 12,949 2.14±0.05 2.18±0.04 1.36±0.03 0.83±0.06

(As summarized in Table 1 in the manuscript)

Examples

Checkout the file examples.ipynb

model = SFCN()
model = torch.nn.DataParallel(model)
# This is to be modified with the path of saved weights
p_ = './run_20190719_00_epoch_best_mae.p'
model.load_state_dict(torch.load(p_))

Other resources

To cite

Accurate brain age prediction with lightweight deep neural networks Han Peng, Weikang Gong, Christian F. Beckmann, Andrea Vedaldi, Stephen M Smith bioRxiv 2019.12.17.879346; doi: https://doi.org/10.1101/2019.12.17.879346

Please consider star and/or watch this repository if you find it helpful, as we will keep updating this repository for pretrained models and weights.

ukbiobank_deep_pretrain's People

Contributors

ha-ha-ha-han avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.