Skip to content

Commit 270100b

Browse files
authored
Show the figure on top
1 parent 6712474 commit 270100b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
**If you find this repository useful, we ask that you cite our works in section [Citations](#citations).
88
Also, don't forget to ⭐ this repository if you find it useful!**
99

10+
<p align="center">
11+
<img src="figures/rotating_hearts.gif" width=800/>
12+
</p>
13+
1014
This repository contains the code for the [Data Science Challenge](https://data-science.llnl.gov/dsc) problem on machine learning for cardiac electrophysiology.
1115
It contains tutorials on machine learning, as well as notebooks to get you started with the challenge. These notebooks are meant to be a starting point for the challenge, and you are encouraged to modify them as you see fit.
1216
In particular, you are encouraged to use any machine learning framework of your choice (e.g. PyTorch, TensorFlow, JAX, etc.) and any machine learning model of your choice (e.g. neural networks, random forests, etc.).
@@ -25,10 +29,6 @@ Resources
2529
## Description
2630
The electrocardiogram (ECG) provides a non-invasive and cost-effective tool for the diagnosis of heart conditions. However, the standard 12-lead ECG is inadequate for mapping out the electrical activity of the heart in sufficient detail for many clinical applications (e.g., identifying the origins of an arrhythmia). In order to construct a more detailed map of the heart, current techniques require not only ECG readings from dozens of locations on a patient’s body, but also patient-specific anatomical models built from expensive medical imaging procedures. For this Data Science Challenge problem, we consider an alternative data-driven approach to reconstructing electroanatomical maps of the heart at clinically relevant resolutions, which combines input from the standard 12-lead electrocardiogram (ECG) with advanced machine learning techniques. We begin with the clearly-defined task of identifying heart conditions from ECG profiles and then consider a range of more open-ended challenges, including the reconstruction of a complete spatio-temporal activation map of the human heart.
2731

28-
<p align="center">
29-
<img src="figures/rotating_hearts.gif" width=800/>
30-
</p>
31-
3232
## Contents
3333
- [tutorials](./tutorials/)
3434
- [tutorials/image_classifier_tutorial_v1.2](./tutorials/image_classifier_tutorial_v1.2.ipynb) : Tutorial on image classification
@@ -189,4 +189,4 @@ and
189189

190190
SPDX-License-Identifier: MIT
191191

192-
LLNL-CODE-849487
192+
LLNL-CODE-849487

0 commit comments

Comments
 (0)