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/05 18:53:44 UTC

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

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

 ##########
 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:
   This happens because sklearn is throttling some IPs or is experiencing some issues. Anyway fetch_mldata is being deprecated, I will update with using our own mxnet s3 download.

----------------------------------------------------------------
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