FASLADODO / VaDER

Deep learning for clustering of multivariate short time series with potentially many missing values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains code for a method for clustering multivariate time series with potentially many missing values (published here), a setting commonly encountered in the analysis of longitudinal clinical data, but generally still poorly addressed in the literature. The method is based on a variational autoencoder with a Gaussian mixture prior (with a latent loss as described here), extended with LSTMs for modeling multivariate time series, as well as implicit imputation and loss re-weighting for directly dealing with (potentially many) missing values.

The use of the method is not restricted to clinical data. It can generally be used for multivariate time series data.

In addition to variational autoencoders with gaussian mixture priors, the code allows to train ordinary variational autoencoders (multivariate gaussian prior) and ordinary autoencoders (without prior).

About

Deep learning for clustering of multivariate short time series with potentially many missing values

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%