tp: add clustering

This commit is contained in:
Van Nghia Vo 2022-04-01 15:25:58 +02:00 committed by Vo Van Nghia
parent 9ce1eac7b8
commit 58909f92bb
19 changed files with 7619 additions and 0 deletions

6
.gitignore vendored
View file

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

2464
tp/clustering/gmm.ipynb Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

1005
tp/clustering/intro.ipynb Normal file

File diff suppressed because one or more lines are too long

975
tp/clustering/kmeans.ipynb Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.