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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Recommend a recommendation system

10 点作者 muchbetterguy大约 10 年前
I&#x27;m looking into the viability of using a recommendation system to add additional search results to a users&#x27; results list in cases where the search criteria may exclude results because that result does not have up to date data.<p>For example, searching for hotel rooms within a certain price bracket for a certain period and we don&#x27;t have price and availability data for the period in question.<p>It would use previous searches by all users to show that if your results contain X,Y and Z, it&#x27;s likely that result A and B would also be of interest. e.g. Previous searches where price and availability data was present.<p>I would think it&#x27;d work in a similar fashion to a regular recommendation engine for a shop or news site - if you read &#x2F; bought these, try these.<p>Currently a Django &#x2F; Postgresql &#x2F; Elasticsearch based site

4 条评论

nattaylor大约 10 年前
Maybe give PredictionIO a shot? There is a vagrant image that makes it relatively easy to give it a try. It wouldn&#x27;t help with injecting the recs into search results.
评论 #9258266 未加载
infomofo大约 10 年前
You may also want to mention in your post what languages and frameworks you&#x27;re already using.<p>If you have a java, scala, or clojure backend, using Mahout to make item to item recommendations is pretty simple to do. If you have a different language, I would just look into libraries for collaborative filtering in that language.
评论 #9256287 未加载
elchief大约 10 年前
smlar extension for pg<p>&quot;Simple Recommender System&quot; section: <a href="http://www.sai.msu.su/~megera/postgres/talks/pgcon-2012.pdf" rel="nofollow">http:&#x2F;&#x2F;www.sai.msu.su&#x2F;~megera&#x2F;postgres&#x2F;talks&#x2F;pgcon-2012.pdf</a><p><a href="http://railsware.com/blog/2012/05/10/effective-similarity-search-in-postgresql/" rel="nofollow">http:&#x2F;&#x2F;railsware.com&#x2F;blog&#x2F;2012&#x2F;05&#x2F;10&#x2F;effective-similarity-se...</a><p><a href="http://blog.databasepatterns.com/2014/07/postgresql-install-smlar-extension.html" rel="nofollow">http:&#x2F;&#x2F;blog.databasepatterns.com&#x2F;2014&#x2F;07&#x2F;postgresql-install-...</a>
bra-ket大约 10 年前
directededge