paper-with-me

Papers

CF4J: Collaborative Filtering for Java

2024-02-01 · Fernando Ortega, Bo Zhu, Jesus Bobadilla, Antonio Hernando

Recommender Systems (RS) provide a relevant tool to mitigate the information overload problem. A large number of researchers have published hundreds of papers to improve different RS features. It is advisable to use RS frameworks that simplify RS researchers: a) to design and implement recommendations methods and, b) to speed up the execution time of the experiments. In this paper, we present CF4J, a Java library designed to carry out Collaborative Filtering based RS research experiments. CF4J has been designed from researchers to researchers. It allows: a) RS datasets reading, b) full and easy access to data and intermediate or final results, c) to extend their main functionalities, d) to concurrently execute the implemented methods, and e) to provide a thorough evaluation for the implementations by quality measures. In summary, CF4J serves as a library specifically designed for the research trial and error process.

📄 PDF Abstract BibTeX arXiv:2402.01008

Code (1)

ferortega/cf4j 공식 구현

Tasks

Collaborative FilteringRecommendation Systems

Methods 이 논문이 사용한 방법론

Library 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

LensKit for Python: Next-Generation Software for Recommender System Experiments

2018-09-10 · Michael D. Ekstrand

LensKit is an open-source toolkit for building, researching, and learning about recommender systems. First released in 2010 as a Java framework, it has supported diverse published research, small-scale production deploym…

Collaborative FilteringRecommendation Systems

SantaCoder: don't reach for the stars!

2023-01-09 · Loubna Ben allal, Raymond Li, Denis Kocetkov, Chenghao Mou 외

The BigCode project is an open-scientific collaboration working on the responsible development of large language models for code. This tech report describes the progress of the collaboration until December 2022, outlinin…

Code GenerationPII Redaction

Local Collaborative Filtering: A Collaborative Filtering Method that Utilizes Local Similarities among Users

2025-11-17 · Zhaoxin Shen, Dan Wu arxiv

To leverage user behavior data from the Internet more effectively in recommender systems, this paper proposes a novel collaborative filtering (CF) method called Local Collaborative Filtering (LCF). LCF utilizes local sim…

Collaborative Filtering

Heterogeneous Collaborative Filtering

2019-08-31 · Yifang Liu, Zhentao Xu, Cong Hui, Yi Xuan 외

Recommendation system is important to a content sharing/creating social network. Collaborative filtering is a widely-adopted technology in conventional recommenders, which is based on similarity between positively engage…

Collaborative FilteringDiversity

Transformer-Empowered Content-Aware Collaborative Filtering

2022-04-02 · Weizhe Lin, Linjun Shou, Ming Gong, Pei Jian 외

Knowledge graph (KG) based Collaborative Filtering is an effective approach to personalizing recommendation systems for relatively static domains such as movies and books, by leveraging structured information from KG to …

Collaborative FilteringContrastive LearningRecommendation Systems