paper-with-me

Papers

Memory Based Collaborative Filtering with Lucene

2016-07-01 · Claudio Gennaro

Memory Based Collaborative Filtering is a widely used approach to provide recommendations. It exploits similarities between ratings across a population of users by forming a weighted vote to predict unobserved ratings. Bespoke solutions are frequently adopted to deal with the problem of high quality recommendations on large data sets. A disadvantage of this approach, however, is the loss of generality and flexibility of the general collaborative filtering systems. In this paper, we have developed a methodology that allows one to build a scalable and effective collaborative filtering system on top of a conventional full-text search engine such as Apache Lucene.

📄 PDF Abstract BibTeX arXiv:1607.00223

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Apache Lucene as Content-Based-Filtering Recommender System: 3 Lessons Learned

2017-03-26 · Langer Stefan, Beel Joeran

For the past few years, we used Apache Lucene as recommendation frame-work in our scholarly-literature recommender system of the reference-management software Docear. In this paper, we share three lessons learned from ou…

ManagementRecommendation Systems

On Using Non-Volatile Memory in Apache Lucene

2018-04-12 · Pydipaty Ramdoot, Saha Amit

Apache Lucene is a widely popular information retrieval library used to provide search functionality in an extremely wide variety of applications. Naturally, it has to efficiently index and search large number of documen…

Information RetrievalRetrieval

Translation Memory Retrieval Using Lucene

2021-09-01 · RANLP 2021 9 · Kwang-Hyok Kim, Myong-ho Cho, Chol-ho Ryang, Ju-song Im 외

Translation Memory (TM) system, a major component of computer-assisted translation (CAT), is widely used to improve human translators’ productivity by making effective use of previously translated resource. We propose a …

Information RetrievalRetrievalTranslation

ImplicitSLIM and How it Improves Embedding-based Collaborative Filtering

2024-05-31 · Ilya Shenbin, Sergey Nikolenko

We present ImplicitSLIM, a novel unsupervised learning approach for sparse high-dimensional data, with applications to collaborative filtering. Sparse linear methods (SLIM) and their variations show outstanding performan…

Collaborative Filtering

Collaborative Filtering with Recurrent Neural Networks

2016-08-26 · Robin Devooght, Hugues Bersini

We show that collaborative filtering can be viewed as a sequence prediction problem, and that given this interpretation, recurrent neural networks offer very competitive approach. In particular we study how the long shor…

Collaborative FilteringMovie Recommendation