Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 711 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 711 Bytes

DynamicDeepHit

This repository is a Pytorch implementation of the paper : Dynamic Deep Hit. Original implementation in Tensorflow can be found at chl8856/Dynamic-DeepHit.

The code is based on the Deep Survival Machines repository and use a similar module structure.

Code Description

All the code related to Dynamic Deep Hit is loacted in ddh. Only API should be used for application.

An example is available in the examples folder.

TODOs

  • Full documentation
  • Further testing to ensure the model is reproducing the original paper's performance