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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to use ML in information retrieval

2 点作者 kevinfat超过 1 年前
In the information retrieval space I am aware of software such as the following: lucene, solr, elasticsearch, sphinx, manticore, etc. As far as I am aware these are based on inverted indices with a bunch of stuff like custom stemmers for the particular language being used. Now this is rather annoying because to make improvements requires handcrafting various customizations for each language.<p>Is there a way to apply ML to such a problem? I am envisioning the following<p>* the smallish dataset to be queried on<p>* a much bigger corpus for teaching the system about the language so we don&#x27;t need to handcraft customizations for the language such as a stemmer<p>* queries and labeled best results from the dataset to learn a ranking from<p>Is any of that possible with neural networks and if so where would one start to learn about what works? Ideally we want something where we can train on ever bigger data without needing to think about stuff like handcrafting feature vectors.

暂无评论

暂无评论