Coder Social home page Coder Social logo

ddav118 / dsc-180b Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 88.94 MB

DSC 180B - Capstone Project: Predicting Pulmonary Edema Using Deep Learning and Image Segmentation

Home Page: https://yashpotdar.github.io/deep-learning-pulmonary-edema/

Jupyter Notebook 99.77% Python 0.23%
cnn-model x-ray-images pulmonary-edema

dsc-180b's Introduction

UC San Diego, DSC-180B, Winter 2023

Predicting Pulmonary Edema Using Deep Learning and Image Segmentation
Team Members: David Davila-Garcia, Marco Morocho, Yash Potdar

Note: All data was deidentified but is not publicly available

├── README.md <- The top-level README for developers using this project.
├── Final_Report.pdf
├── Final_Poster.pdf
├── models <- Contains the outputs from trained models: Losses and Test Set Predictions
│ ├── Losses <- Training and Validation MAE Losses by Epoch.
│ ├── Test Set Preds <- NT-proBNP predictions on test set using the best model (minimize MAE valid loss).
├── 1 - Preprocessing.ipynb <- Cleaning the original x-rays + clinical data, excluding rows with missing data/no image available
├── 2 - Transfer Learning Training & Evaluation.ipynb <- (Not used in project) Provided by UCSD AIDA Lab, shows training of U-Net segmentation model.
├── 3 - Predicting Unannotated.ipynb <- Used the U-Net segmentation model from the UCSD AIDA Lab to create binary masks (lungs, heart, clavicles, spinal column) for each radiograph in our dataset. Saved the segmentations to an hdf5 file.
├── 4 - Creating Masks.ipynb <- Uses the binary masks created in '3 - Predicting Unannotated.ipynb' to produce the segmentation inputs for our model
├── 5 - CNN Models.ipynb <- Contains all code for training and testing models.
├── model.py <- Contains modified ResNet152 architectures, extends the Pytorch ResNet152 implementation
├── train.py <- Contains model training and testing functions; different inputs called for different architectures

Acknowledgements: Thank you to our incredible mentor Albert Hsiao, MD, PhD for his guidance, and Amin Mahmoodi for providing the U-Net segmentation network.

dsc-180b's People

Contributors

ddav118 avatar marcom310 avatar yashpotdar 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.