Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.04 KB

REPORT.md

File metadata and controls

38 lines (23 loc) · 1.04 KB

Model Performance Report

This file is intended to document the performance of the various models. Typically, models are measured using 10-fold cross validation, and storing the predictions made in each fold.

To regenerate the images in this report, run:

make
make -f Makefile.model clean
make -j1 -f Makefile.model

xgboost-minimal.py

This is an XGBoost model based on age and gender metadata.

xgboost-minimal validation

tflow-minimal.py

This is a single-layer network using only the first frame of each 2 chamber or 4 chamber view. This is equivalent to linear regression using the scaled pixel data as explanatory variables.

2 Chamber View Model

tflow-minimal validation

4 Chamber View Model

tflow-minimal-4ch validation

tflow-4ch-stack

This model is trained on all 30 frames of each 4 chamber view.

tflow-4ch-stack validation