# DTCR **Repository Path**: jinyangliu/DTCR ## Basic Information - **Project Name**: DTCR - **Description**: The paper "Learning Representations for Time Series Clustering" - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DTCR The paper "Learning Representations for Time Series Clustering" accepted by 2019 Neural Information Processing Systems (NeurIPS). # Code The code for DTCR. ## Dependencies * tensorflow 1.0 and above ## Usage This repository contains a demo of Coffee in the UCR dataset. You can run the command: * Train: python train_model.py * Test: python load_model_Coffee.py