dpsom
dpsom copied to clipboard
Code associated with ACM-CHIL 21 paper 'T-DPSOM - An Interpretable Clustering Method for Unsupervised Learning of Patient Health States'
Hi, I'm trying to use T-DPSOM code with another multivariate time series dataset, where each series has a length of 144 and 9 channels. I have modified the methods **"inputs"**...
I wonder why your "is_training" is set to True while doing test: https://github.com/ratschlab/dpsom/blob/e3096a49ab83dc5823881bfded82cee2dca1220f/dpsom/DPSOM.py#L435. This will lead the VAE use the wrong [z](https://github.com/ratschlab/dpsom/blob/master/dpsom/DPSOM_model.py#L251C13-L251C16) ?
Hi, as part of my master’s thesis I'm trying to reproduce the DPSOM and T-DPSOM proposed by you and I have some questions. From your publications it is not clear...