Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added README file and image files it references #541

Merged
merged 62 commits into from
Oct 27, 2023
Merged

Added README file and image files it references #541

merged 62 commits into from
Oct 27, 2023

Commits on Sep 29, 2023

  1. Added README file and image files it references

    Lreg.png and LSeg.png are those image files. README is a first draft and under review.
    Ian-Erickson committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8a6eed7 View commit details
    Browse the repository at this point in the history
  2. Testing if subscript implementation is correct before using it further.

    The previous method made strikethrough text.
    Ian-Erickson committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d77e834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    850b0f3 View commit details
    Browse the repository at this point in the history
  4. Changed the title of the README in Deep learning to estimate cardiac …

    …magnetic resonance–derived left ventricular mass to be a link.
    Ian-Erickson committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5fdca9c View commit details
    Browse the repository at this point in the history
  5. Removed "attachment" tag to images and added .png to Lreg.

    Attempting to have the images render correctly.
    Ian-Erickson committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    651ba9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6632db View commit details
    Browse the repository at this point in the history
  7. Added line detailing the optimization of the models through the Adam …

    …Variant.
    
    Additionally removed unnecessary linebreak.
    Ian-Erickson committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    851c231 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4207d3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67daa1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4422ce9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c10e66 View commit details
    Browse the repository at this point in the history
  12. Removed the word "then".

    I wasn't sure if it made sense in the README.
    Ian-Erickson committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ce09733 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Changed title of liver fat model into link.

    "Machine learning enables new insights into clinical significance of and genetic contributions to liver fat accumulation" to be exact. I believe I have found the specific paper about this model.
    Ian-Erickson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    903f373 View commit details
    Browse the repository at this point in the history
  2. Added link to paper in the README of "Deep Learning to Predict Cardia…

    …c Magnetic Resonance-Derived Left Ventricular Mass and Hypertrophy from 12-Lead Electrocardiograms"
    
    The paper links directly back the ML4H Github.
    Ian-Erickson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    df597e3 View commit details
    Browse the repository at this point in the history
  3. Made the title of "Estimating body fat distribution from silhouette i…

    …mages" a link to the article describing the model.
    Ian-Erickson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a768e90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cf664f View commit details
    Browse the repository at this point in the history
  5. Made the citation in the README of mi_feature_selection link to the p…

    …aper on this model.
    
    The heading of this README was not close to the title of the paper. So I decided to put the link in the citation instead.
    Ian-Erickson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d3e070a View commit details
    Browse the repository at this point in the history
  6. Made the link in the README of silhouette_IRL go to the article cited.

    I may have had it link to a very similar article from the same authors.
    Ian-Erickson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    de2e4db View commit details
    Browse the repository at this point in the history
  7. Changed the link in the liver_fat_from_mri_ubk README to the correct …

    …article.
    
    I can't tell if the names of the same article are different, or they're two different but very similar articles.
    Ian-Erickson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8a41145 View commit details
    Browse the repository at this point in the history
  8. Did some minor edits in the README of left_ventricular_mass_from_ecg_…

    …student_and_mri_teacher.
    
    Moved description of each model to their own line for easier reading. Also changed some commas to periods. Also made the sentence "Three pre-trained models are included here" end in a colon.
    Ian-Erickson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5c02e4f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Did minor edits on the README of model_zoo/cardiac_mri_derived_left_v…

    …entricular_mass
    
    Put some sentences on the same line, changed the tense to present tense in the 4th line, and removed the line from the original paper pointing the reader back to this Github.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ed37d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0c1de View commit details
    Browse the repository at this point in the history
  3. Changed the image link in Left_Ventricular_Mass....

    It was not working right before.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    de995a8 View commit details
    Browse the repository at this point in the history
  4. Added image file depicting the training and Test Sets of LVM-AI. Had …

    …the image in the README link directly to the added local file.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5b86c12 View commit details
    Browse the repository at this point in the history
  5. Attempted to decrease the size of the image in left_ventricular_mass_…

    …from_ecg_student_and_mri_teacher/README.md
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ee118a3 View commit details
    Browse the repository at this point in the history
  6. Undid previous changes.

    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    987dbc4 View commit details
    Browse the repository at this point in the history
  7. Updated readme to not use "we" as it does in the report. Also trimmed…

    … down the alt text of the images.
    
    (cardiac_mri_derived_left_ventricular_mass/README.md)
    Please correct me if "the models were trained with the InlineVF contours" and "we trained with the InlineVF" are not equivalent statements.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    81104fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d4c953 View commit details
    Browse the repository at this point in the history
  9. Inserted Image of the model's layers into README

    The README of cardiac_mri_derived_left_ventricular_mass to be exact.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    17aa78f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eabbc34 View commit details
    Browse the repository at this point in the history
  11. Removed link in the title from silhouette_mri

    It was already in the citations section.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    04d7ae7 View commit details
    Browse the repository at this point in the history
  12. Added sentence containing link to the paper on the model to several R…

    …EADMEs.
    
    Previously the link was containing in the title.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    652c750 View commit details
    Browse the repository at this point in the history
  13. Fixed Links to original paper.

    Had the ()s and []s switched.
    Ian-Erickson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    40421a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    12361c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1128e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aa20b5 View commit details
    Browse the repository at this point in the history
  4. Git removed files

    Ian-Erickson committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4b4f3a4 View commit details
    Browse the repository at this point in the history
  5. Tried to revert changes

    architecture_graph_sax_diastole_segment_no_flat.png is not returning.
    Ian-Erickson committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    86a90ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b82778f View commit details
    Browse the repository at this point in the history
  7. renamed LSeg to Lseg

    Ian-Erickson committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f7a62d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a326041 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00d9c67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfbe63f View commit details
    Browse the repository at this point in the history
  11. renamed Lseg again.

    Ian-Erickson committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d98bde4 View commit details
    Browse the repository at this point in the history
  12. Removed image as it no longer seems to exist.

    All images which matches it's description "An overview of the models layers" were already in the results section.
    Ian-Erickson committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fe61378 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc9b8aa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae9cf1f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    5340608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c2a25 View commit details
    Browse the repository at this point in the history
  3. Deleted TestImage.png

    Deleting test image with git rm looks very different from using git rm on an image tracked with git lfs.
    Ian-Erickson committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    bc145b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a469b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    154e268 View commit details
    Browse the repository at this point in the history
  6. Changed the README to use LSeg.png

    This appears to be the version on Github despite not being on my local machine...
    Ian-Erickson committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c02a68a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb21c8e View commit details
    Browse the repository at this point in the history
  8. Running git rm on LSeg.png.

    The capital S one shouldn't be there. But doing this removes Lseg with a lower case L.
    Ian-Erickson committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    53b3c5f View commit details
    Browse the repository at this point in the history
  9. Adding Lseg back in.

    Ian-Erickson committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d056cdb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7585b2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0161d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2800a66 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix

    lucidtronix committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bcc5911 View commit details
    Browse the repository at this point in the history
  2. fix

    lucidtronix committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0ff7f89 View commit details
    Browse the repository at this point in the history
  3. fix

    lucidtronix committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8adedf9 View commit details
    Browse the repository at this point in the history