- Notifications
You must be signed in to change notification settings - Fork22
HaebinShin/dec-tensorflow
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Tensorflow implementation ofUnsupervised Deep Embedding for Clustering Analysis.
>>> pip3 install -r requirements.txt
usage: train.py [-h] [--batch-size BATCH_SIZE] [--gpu-index GPU_INDEX]optional arguments: -h, --help show thishelp message andexit --batch-size BATCH_SIZE Train Batch Size --gpu-index GPU_INDEX GPU Index Number
Theinference.py returns the latent representation (z.tsv,meta.tsv (label information).
usage: inference.py [-h] [--gpu-index GPU_INDEX]optional arguments: -h, --help show thishelp message andexit --gpu-index GPU_INDEX GPU Index Number
For visualization, we use t-SNE by importingz.tsv,meta.tsv intoTensorboard.The visualization using MNIST shows as follow.
About
Tensorflow implementation of "Unsupervised Deep Embedding for Clustering Analysis"
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
