Deep Clustering with Convolutional Autoencoders (DCEC)
github.com › XifengGuo › DCECJul 21, 2020 · Deep Clustering with Convolutional Autoencoders. ICONIP 2017. Usage Install Keras >=v2.0, scikit-learn and git sudo pip install keras scikit-learn sudo apt-get install git Clone the code to local. git clone https://github.com/XifengGuo/DCEC.git DCEC Prepare datasets. cd DCEC/data/usps bash ./download_usps.sh cd ../.. Run experiment on MNIST.
Deep Clustering with Convolutional Autoencoders
https://xifengguo.github.io/papers/ICONIP17-DCEC.pdfDeep Clustering with Convolutional Autoencoders Xifeng Guo 1, Xinwang Liu , En Zhu , and Jianping Yin2 1 College of Computer, National University of Defense Technology, Changsha, 410073, China guoxifeng13@nudt.edu.cn 2 State Key Laboratory of High Performance Computing, National University of Defense Technology, Changsha, 410073, China Abstract.
GitHub - XifengGuo/DCEC
https://github.com/XifengGuo/DCEC21.07.2020 · Deep Clustering with Convolutional Autoencoders (DCEC) Keras implementation for ICONIP-2017 paper: Xifeng Guo, Xinwang Liu, En Zhu, Jianping Yin. Deep Clustering with Convolutional Autoencoders. ICONIP 2017. Usage. Install Keras >=v2.0, scikit-learn and git sudo pip install keras scikit-learn sudo apt-get install git. Clone the code to local.