ej0cl6/deep-active-learning

Asking the probability formula if its a binary problem

leocd91 opened this issue · 4 comments

Suppose it's a binary problem, did I do it right if I just sort it directly the prob or uncertainties result?

This is what we do in the current version DeepAL. This greedy approach usually works in practice. Of course there must be some better ways to handle the batch scoring but currently we do not focus on it.

ah, i see, I get it after seeing your code. thanks.

hi @ej0cl6 , why KCenterGreedy use training data to get the embeddings? why there's no unlabelled data being included there?

It is used for learning the centers.