TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any tutorial on importance weighted active learning?

6 点作者 cplat超过 7 年前
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?

暂无评论

暂无评论