Browse Source

tp: add clustering

Van Nghia Vo 1 year ago
parent
commit
58909f92bb

+ 6
- 0
.gitignore View File

@@ -618,3 +618,9 @@ $RECYCLE.BIN/
618 618
 
619 619
 # Windows shortcuts
620 620
 *.lnk
621
+
622
+# Dataset
623
+tp/clustering/mars/*.csv
624
+tp/clustering/mars/*.zip
625
+tp/clustering/ensemble/images/
626
+tp/clustering/ensemble/representations/

+ 358
- 0
tp/clustering/agglomerative.ipynb
File diff suppressed because it is too large
View File


+ 6
- 0
tp/clustering/ensemble/data.txt View File

@@ -0,0 +1,6 @@
1
+To download the FEI dataset and the corresponding extracted CNN feature representations, used in the Ensemble clustering hands-on, please use the following link:
2
+
3
+The representations are .h5 files (read using h5py)
4
+Each .h5 representation file contains:
5
+ - a "data" key (containing the features)
6
+ - a "labels" key (containing the corresponding ground truth)

+ 1159
- 0
tp/clustering/ensemble/ensemble.ipynb
File diff suppressed because it is too large
View File


+ 123
- 0
tp/clustering/ensemble/stater.ipynb
File diff suppressed because it is too large
View File


BIN
tp/clustering/ensemble/subject.pdf View File


+ 2464
- 0
tp/clustering/gmm.ipynb
File diff suppressed because it is too large
View File


BIN
tp/clustering/images/aggloClustering_linkage_comparison.png View File


BIN
tp/clustering/images/clustering_recommender.png View File


BIN
tp/clustering/images/example_lego_in.png View File


BIN
tp/clustering/images/example_lego_out.png View File


BIN
tp/clustering/images/example_tools_in.png View File


BIN
tp/clustering/images/example_tools_out.jpg View File


BIN
tp/clustering/images/forest_segmentation.png View File


BIN
tp/clustering/images/tumor.jpg View File


+ 1005
- 0
tp/clustering/intro.ipynb
File diff suppressed because it is too large
View File


+ 975
- 0
tp/clustering/kmeans.ipynb
File diff suppressed because it is too large
View File


+ 1523
- 0
tp/clustering/mars/mars.ipynb
File diff suppressed because it is too large
View File


BIN
tp/clustering/mars/subject.pdf View File


Loading…
Cancel
Save