Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag Nagpal authored Oct 26, 2020
1 parent 37f9cf9 commit 1da4cda
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

Package: `dsm`
-------------

Python package `dsm` provides an API to train the Deep Survival Machines
and associated models for problems in survival analysis. The underlying model
is implemented in `pytorch`.
Expand All @@ -19,11 +23,8 @@ regression problems, Survival Analysis differs in two major ways:
Deep Survival Machines
----------------------

.. figure:: https://ndownloader.figshare.com/files/25259852
:figwidth: 20 %
:alt: map to buried treasure
<img width=50% src=https://ndownloader.figshare.com/files/25259852>

This is the caption of the figure (a simple paragraph).

**Deep Survival Machines (DSM)** is a fully parametric approach to model
Time-to-Event outcomes in the presence of Censoring first introduced in
Expand All @@ -49,7 +50,7 @@ model and allows for learning of representations of the input covariates using
Machines is a natural fit to model problems where there are time dependendent
covariates.

..warning:: Not Implemented Yet!
> :warning: **Not Implemented Yet!**
Deep Convolutional Survival Machines
------------------------------------
Expand All @@ -61,7 +62,7 @@ convolutional layers. If working with streaming data, the learnt
representations are then passed through an LSTM to model temporal dependencies
before determining the underlying survival distributions.

..warning:: Not Implemented Yet!
> :warning: **Not Implemented Yet!**
References
----------
Expand Down

0 comments on commit 1da4cda

Please sign in to comment.