cse6250 / SepsisPrediction

This is the final project of the CSE6250. We mainly use the MIMIC-III data to predict the sepsis.
13 stars 4 forks source link

add lstm models #4

Closed LazyIce closed 5 years ago

LazyIce commented 5 years ago

The lstm models implemented based on the hw5. The long term model is implemented with padding. The short term model is implemented without padding. The hyper parameters have not pruned yet. And the result is a bit tricky. We can modify the distribution of the data set and try again.