• Stars
    star
    174
  • Rank 217,871 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Time-Aware LSTM

Time-Aware Long-Short Term Memory

Regularity of the duration between consecutive elements of a sequence is a property that does not always hold. An architecture that can overcome this irregularity is necessary to increase the prediction performance.

Time Aware LSTM (T-LSTM) was designed to handle irregular elapsed times. T-LSTM is proposed to incorporate the elapsed time information into the standard LSTM architecture to be able to capture the temporal dynamics of sequential data with time irregularities. T-LSTM decomposes memory cell into short-term and long-term components, discounts the short-term memory content using a non-increasing function of the elapsed time, and then combines it with the long-term memory.

Compatibility

Code is compatible with tensorflow version 1.2.1 and Pyhton 2.7.13.

Input Format

An example data format is given where data is stored as a list containing 3 dimensionals tensors such as [number of samples x sequence length x dimensionality].

Reference

Inci M. Baytas, Cao Xiao, Xi Zhang, Fei Wang, Anil K. Jain, Jiayu Zhou, "Patient Subtyping via Time-Aware LSTM Networks", KDD, 2017.

More Repositories

1

Simulator

Efficient Large-Scale Fleet Management via Multi-Agent Deep Reinforcement Learning
Python
189
star
2

personaGPT

Implementation of PersonaGPT Dialog Model
Python
98
star
3

dpgan

Source code of paper "Differentially Private Generative Adversarial Network"
Python
66
star
4

MoCL-DK

Implementation for the paper MoCL: Contrastive Learning on Molecular Graph with multi-level Domain Knowledge
Python
40
star
5

SplitMix

[ICLR2022] Efficient Split-Mix federated learning for in-situ model customization during both training and testing time
Python
39
star
6

cdrl

Collaborative Deep Reinforcement Learning
Python
32
star
7

opolo-code

Python
29
star
8

FADE

[KDD2021] Federated Adversarial Debiasing for Fair and Transferable Representations: Optimize an adversarial domain-adaptation objective without adversarial or source data.
Python
26
star
9

FedRBN

[AAAI'23] Federated Robustness Propagation: Sharing Robustness in Heterogeneous Federated Learning
Python
25
star
10

rpg

Ranking Policy Gradient
Python
23
star
11

ABD

[ICML2023] Revisiting Data-Free Knowledge Distillation with Poisoned Teachers
Python
22
star
12

MolSearch

Implementation of MolSearch paper
Python
20
star
13

urgent-care-comparative

Predictive Modeling in Urgent Care - A Comparative Study of Machine Learning Approaches
Python
20
star
14

FOSTER

Python
17
star
15

RCA

Implementation for paper: RCA: A Deep Collaborative Autoencoder Approach for Anomaly Detection
Python
13
star
16

subspace-net

Subspace Network -- Research Paper, Supplemental, Code.
Python
9
star
17

fedface

Experimental pipeline for FedFace.
Python
9
star
18

AMTL

Asynchronous Multi-Task Learning
Java
9
star
19

inversion-influence-function

Official codes for "Understanding Deep Gradient Leakage via Inversion Influence Functions", NeurIPS 2023
Python
9
star
20

DMTL-DDI

Algorithms and experimental data for the manuscript "Identifying Drug-Drug Interactions via Deep Multi-Task Learning"
Python
8
star
21

incomplete-multimodal-kd

Python
8
star
22

ConvexClustering

source code for efficient Convex Clustering and Robust Convex Clustering.
C
8
star
23

HyFL

Hybrid Federate Learning Framework for Financial Crime Detection
Python
8
star
24

dp-damtl

source code of paper kdd2017-"Privacy-Preserving Distributed Multi-Task Learning with Asynchronous Updates"
Java
7
star
25

SAIL

Code implementation for Self-Adaptive Imitation Learning
Python
7
star
26

HighFrequencyTrading

A repository for sharing trading simulation codes
Jupyter Notebook
6
star
27

HHNE

Python
6
star
28

iMTL

interactive Multi-Task Learning
MATLAB
5
star
29

med-attack

Implementation for paper Identify Susceptible Locations in Medical Records via Adversarial Attacks on Deep Predictive Models
Python
5
star
30

Non-convex-solver-iPiano

MATLAB
3
star
31

Single_oodwatermark

Python
2
star
32

PyMalsar

Python distribution of MALSAR package.
Python
2
star
33

discriminative-fusion

Discriminative fusion of multiple brain networks
MATLAB
2
star
34

SourceCode-Multi-Modality-Disease-Modeling-CDMF

Python
1
star
35

Cvx-SparsePCA

MATLAB
1
star
36

RobustUDA

Python
1
star
37

PRL

Implementation of the paper: Learning Deep Neural Networks under Agnostic Corrupted Supervision
Python
1
star
38

spark_recommender

An example of recommender system based on Spark.
HTML
1
star