/deep_cluster

Primary LanguageJupyter Notebook

deep_cluster

Install:

create conda environment by: conda env create -f conda-env.yml deep_cluster_env activate deep_cluster_env pip install -e .

clustering of sequencial behavior with Autoencoders and KMeans.

dataloader.py: code for landmarks dataset and Sequence dataset

simple_autoencoder.py: (non variational) autoencoder

autoencoder KMeans.ipynb: a notebook that shows an example of clustering using autoencoders.