文件名称:dec-tensorflow:Tensorflow实现“用于聚类分析的无监督深度嵌入”
文件大小:30KB
文件格式:ZIP
更新时间:2024-05-30 21:11:28
visualization tensorflow cluster-analysis dec-arxiv Python
Tensorflow中的深度嵌入聚类(DEC) 的Tensorflow实现。 安装 >>> pip3 install -r requirements.txt 训练 usage: train.py [-h] [--batch-size BATCH_SIZE] [--gpu-index GPU_INDEX] optional arguments: -h, --help show this help message and exit --batch-size BATCH_SIZE Train Batch Size --gpu-index GPU_INDEX GPU Index Number 可视化 inference.py返回潜在表示形式($ z $),并导出z.t
【文件预览】:
dec-tensorflow-master
----inference.py(2KB)
----train.py(6KB)
----cluster.png(43KB)
----dec()
--------dataset.py(2KB)
--------model.py(6KB)
----requirements.txt(44B)
----.gitignore(46B)
----README.md(1KB)