azhe825 / Literature-Review

0 stars 0 forks source link

Hierarchical Clustering #19

Open azhe825 opened 8 years ago

azhe825 commented 8 years ago

Active Learning with Clustering

Hierarchical sampling for active learning

Active learning using pre-clustering

azhe825 commented 8 years ago

Active Learning with Clustering

Different scenarios of active learning:

Query strategy (how to measure the informativeness of an example):

Spectral clustering:

azhe825 commented 8 years ago

Hierarchical sampling for active learning

Sampling bias:

Build a hierarchical clustering Top down, sample from current leaves to query labels, sample less from purer leaves. (what if unbalanced?) Label clusters with majority labels observed Fit a classifier on the resulted data. (Why do we need this?) May query more labels around decision boundary

azhe825 commented 8 years ago

Active learning using pre-clustering

P(y|x)=P(y|k)*P(k|x)