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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Thoth Machine Learning

15 点作者 dbraga超过 10 年前
We released Thoth ML, the machine learning module of project Thoth (https:&#x2F;&#x2F;github.com&#x2F;trulia&#x2F;thoth) to open source. Thoth is a real-time Solr monitor and search analysis engine. The Thoth ML module applies machine learning algorithms to the data collected by Thoth to gain useful insights. Currently, this module consists of the query time predictor and the query pattern recognition tool.<p>The query time predictor receives a Solr search request and in real time (1-3 milli seconds) predicts if the query is going to be slow or fast. This prediction can be used by the search infrastructure in multiple ways. At Trulia, the slow or fast prediction is used to route some requests to either a slow pool or a fast pool. This is done to ensure that critical user queries don&#x27;t have to compete with complex, time consuming queries for resources. This leads to instantaneous query execution and hence, a pleasant user experience.<p>The query pattern recognition tool uses probabilistic topic modeling to find commonly recurring patterns in Solr search requests. These patterns can be quite useful as seen in the example here (https:&#x2F;&#x2F;github.com&#x2F;trulia&#x2F;thoth-ml&#x2F;wiki&#x2F;Query-Pattern-Recognition).<p>Here&#x27;s the Thoth Machine Learning repository link : https:&#x2F;&#x2F;github.com&#x2F;trulia&#x2F;thoth-ml

3 条评论

tpatel89超过 10 年前
This is really exciting.
fragui超过 10 年前
Amazing job! Congrats
silhouette88超过 10 年前
Great job!