Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21818ea

Browse files
committed
upload
1 parent ee65a65 commit 21818ea

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

MEME/index.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ <h2 class="title is-3">Abstract</h2>
169169
<div class="column is-full-width">
170170
<h1 class="title is-2" style="text-align: center; padding-bottom: 10px;">Transforming Electronic Health Records into text</h1>
171171
<!-- <h2 class="subtitle is-4" style="text-align: center;">Defining Visual Affordances</h2> -->
172-
<div class="column" style="text-align: center;">
173-
<img src="resources/model.png" alt="Image description" width="60%">
174-
</div>
175172

176173
<div class="columns is-centered has-text-centered">
177174
<div class="column is-two-thirds ">
@@ -230,7 +227,7 @@ <h1 class="title is-2" style="text-align: center; padding-bottom: 10px;">Multipl
230227

231228
<br>
232229
<br>
233-
<h2 class="subtitle is-4" style="text-align: center;">Why Multiple Embeddings</h2>
230+
<h2 class="subtitle is-4" style="text-align: center;">Why Multiple Embeddings?</h2>
234231
<div class="columns is-centered">
235232
<div class="column is-full" style="text-align: center;">
236233
<br>
@@ -247,6 +244,26 @@ <h2 class="subtitle is-4" style="text-align: center;">Why Multiple Embeddings</h
247244
</div>
248245
</div>
249246

247+
<section class="section">
248+
<div class="container">
249+
<div class="columns is-centered">
250+
<div class="column is-full-width">
251+
<h1 class="title is-2" style="text-align: center; padding-bottom: 10px;">Experiments</h1>
252+
<!-- <h2 class="subtitle is-4" style="text-align: center;">Defining Visual Affordances</h2> -->
253+
<div class="column" style="text-align: center;">
254+
<img src="resources/MEME.png" alt="Image description" width="60%">
255+
</div>
256+
257+
<div class="columns is-centered has-text-centered">
258+
<div class="column is-two-thirds ">
259+
<div class="content has-text-justified">
260+
<p>
261+
Our second main contribution is the Multiple Embedding Model for EHR architecture. We designed a methodology that takes pre-trained language models as representation models to generate multiple embeddings for our varying EHR input (e.g. medication, vitals, demographics). We then concatenate these embeddings and send this "patient embedding" through an additional self-attention layer where it learns the most important part of the inputs from the entire patient embedding. This model then gets fed to a MLP where it will be used for various downstream tasks in the Emergency Department.
262+
</p>
263+
</div>
264+
</div>
265+
</div>
266+
250267

251268

252269
<section class="section" id="BibTeX">

0 commit comments

Comments
 (0)