Tony607 / Keras_Deep_Clustering

How to do Unsupervised Clustering with Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to do Unsupervised Clustering with Keras | DLology Blog

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/Keras_Deep_Clustering

Install required libraries

pip3 install -r requirements.txt

In the project start a command line run

jupyter notebook

In the opened browser window open

Keras-DEC.ipynb

If you want to skip the training, you can try the pre-trained weights from the releases, results.zip. Extract results folders to the root of the project directory.

Happy coding! Leave a comment if you have any question.

About

How to do Unsupervised Clustering with Keras

License:Other


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%