You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/04 22:01:21 UTC

[GitHub] ChaiBapchya commented on a change in pull request #12950: Update dec example

ChaiBapchya commented on a change in pull request #12950: Update dec example
URL: https://github.com/apache/incubator-mxnet/pull/12950#discussion_r230607219
 
 

 ##########
 File path: example/deep-embedded-clustering/README.md
 ##########
 @@ -1,9 +1,18 @@
 # DEC Implementation
 This is based on the paper `Unsupervised deep embedding for clustering analysis` by  Junyuan Xie, Ross Girshick, and Ali Farhadi
 
+Abstract:
+
+Clustering is central to many data-driven application domains and has been studied extensively in terms of distance functions and grouping algorithms. Relatively little work has focused on learning representations for clustering. In this paper, we propose Deep Embedded Clustering (DEC), a method that simultaneously learns feature representations and cluster assignments using deep neural networks. DEC learns a mapping from the data space to a lower-dimensional feature space in which it iteratively optimizes a clustering objective. Our experimental evaluations on image and text corpora show significant improvement over state-of-the-art methods.
+
+
 ## Prerequisite
   - Install Scikit-learn: `python -m pip install --user sklearn`
   - Install SciPy: `python -m pip install --user scipy`
 
+## Data
+
+The script is using MNIST dataset.
+
 ## Usage
-run `python dec.py`
\ No newline at end of file
+run `python dec.py`
 
 Review comment:
   In order to verify this file, upon running the python script `dec.py` it throws up an error for fetching the mnist data. `ConnectionResetError: [Errno 54] Connection reset by peer`
   Any thoughts on that?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services