tp: add clustering

This commit is contained in:
Van Nghia Vo 2022-04-01 15:25:58 +02:00 committed by Vo Van Nghia
부모 9ce1eac7b8
커밋 58909f92bb
19개의 변경된 파일7619개의 추가작업 그리고 0개의 파일을 삭제

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/

File diff suppressed because one or more lines are too long

파일 보기

@ -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:  |  크기: 420 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 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.