tp: add clustering
6
.gitignore
vendored
|
@ -618,3 +618,9 @@ $RECYCLE.BIN/
|
|||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# Dataset
|
||||
tp/clustering/mars/*.csv
|
||||
tp/clustering/mars/*.zip
|
||||
tp/clustering/ensemble/images/
|
||||
tp/clustering/ensemble/representations/
|
||||
|
|
358
tp/clustering/agglomerative.ipynb
Normal file
6
tp/clustering/ensemble/data.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
To download the FEI dataset and the corresponding extracted CNN feature representations, used in the Ensemble clustering hands-on, please use the following link:
|
||||
|
||||
The representations are .h5 files (read using h5py)
|
||||
Each .h5 representation file contains:
|
||||
- a "data" key (containing the features)
|
||||
- a "labels" key (containing the corresponding ground truth)
|
1159
tp/clustering/ensemble/ensemble.ipynb
Normal file
123
tp/clustering/ensemble/stater.ipynb
Normal file
BIN
tp/clustering/ensemble/subject.pdf
Normal file
2464
tp/clustering/gmm.ipynb
Normal file
BIN
tp/clustering/images/aggloClustering_linkage_comparison.png
Normal file
After Width: | Height: | Size: 420 KiB |
BIN
tp/clustering/images/clustering_recommender.png
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
tp/clustering/images/example_lego_in.png
Normal file
After Width: | Height: | Size: 155 KiB |
BIN
tp/clustering/images/example_lego_out.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
tp/clustering/images/example_tools_in.png
Normal file
After Width: | Height: | Size: 588 KiB |
BIN
tp/clustering/images/example_tools_out.jpg
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
tp/clustering/images/forest_segmentation.png
Normal file
After Width: | Height: | Size: 248 KiB |
BIN
tp/clustering/images/tumor.jpg
Normal file
After Width: | Height: | Size: 50 KiB |