TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Any tutorial on importance weighted active learning?

6 pointsby cplatover 7 years ago
I was reading this interesting paper on importance weighted active learning: http:&#x2F;&#x2F;cseweb.ucsd.edu&#x2F;~dasgupta&#x2F;papers&#x2F;iwal-icml.pdf<p>I&#x27;m having trouble understanding the selection of the rejection threshold. I&#x27;m trying to implement a basic example of active learning using sklearn.<p>As per page 44 of this document: http:&#x2F;&#x2F;hunch.net&#x2F;~active_learning&#x2F;active_learning_icml09.pdf I&#x27;m looking at how to implement the &quot;implicit&quot; version. However, I don&#x27;t understand the meaning of &quot;If learn(S ∪ (xt, 1)) and learn(S ∪ (xt, 0)) both return an answer&quot;.<p>Is there anyone who can shed some light or point me to resources that&#x27;ll help me implement importance weighted active learning?

no comments

no comments