ML - hw4

2019-01-21  本文已影响26人  谢小帅

1. Spectral Clustering

(a) Spectral Clustering on synthesis data

(a.1) change threshold

neighbor = 20, threshold = 0.1

neighbor = 20, threshold = 0.2

neighbor = 20, threshold = 0.15

Conclusions:

(a.2) compare with K-means

(b) Spectral Clustering on real-world data

Algorithm accuracy mutual info
K-means 0.572 -0.365
Spectral Clustering 0.816 0.371
Algorithm accuracy mutual info
K-means 0.535 0.017
Spectral Clustering 0.671 0.661

2. Principal Component Analysis

(a) hack CAPTCHA system

Below are the 5 original and rotated CAPTCHA samples.

(b) apply PCA on face image

(b.i) Eigenface
(b.ii) Dimensionality reduction test error

Conclusion:

(b.iii) Visualized face

Conclusion:

(b.iv) Apply LDA on this dataset

Conclusion:

上一篇 下一篇

猜你喜欢

热点阅读