paper-with-me

Papers

pyRecLab: A Software Library for Quick Prototyping of Recommender Systems

2017-06-20 · Gabriel Sepulveda, Vicente Dominguez, Denis Parra

This paper introduces pyRecLab, a software library written in C++ with Python bindings which allows to quickly train, test and develop recommender systems. Although there are several software libraries for this purpose, only a few let developers to get quickly started with the most traditional methods, permitting them to try different parameters and approach several tasks without a significant loss of performance. Among the few libraries that have all these features, they are available in languages such as Java, Scala or C#, what is a disadvantage for less experienced programmers more used to the popular Python programming language. In this article we introduce details of pyRecLab, showing as well performance analysis in terms of error metrics (MAE and RMSE) and train/test time. We benchmark it against the popular Java-based library LibRec, showing similar results. We expect programmers with little experience and people interested in quickly prototyping recommender systems to be benefited from pyRecLab.

📄 PDF Abstract BibTeX arXiv:1706.06291

Code (1)

gasevi/pyreclab 공식 구현

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

SCENIC: A JAX Library for Computer Vision Research and Beyond

2021-10-18 · CVPR 2022 1 · Mostafa Dehghani, Alexey Gritsenko, Anurag Arnab, Matthias Minderer 외

Scenic is an open-source JAX library with a focus on Transformer-based models for computer vision research and beyond. The goal of this toolkit is to facilitate rapid experimentation, prototyping, and research of new vis…

GPU

learn2learn: A Library for Meta-Learning Research

2020-08-27 · Sébastien M. R. Arnold, Praateek Mahajan, Debajyoti Datta, Ian Bunner 외

Meta-learning researchers face two fundamental issues in their empirical work: prototyping and reproducibility. Researchers are prone to make mistakes when prototyping new algorithms and tasks because modern meta-learnin…

Few-Shot LearningMeta-LearningMeta Reinforcement Learning

RGRecSys: A Toolkit for Robustness Evaluation of Recommender Systems

2022-01-12 · Zohreh Ovaisi, Shelby Heinecke, Jia Li, Yongfeng Zhang 외

Robust machine learning is an increasingly important topic that focuses on developing models resilient to various forms of imperfect data. Due to the pervasiveness of recommender systems in online technologies, researche…

Recommendation Systems

Prototyping with SDR: a quick way to play with next-gen communications systems

2018-03-20

In this paper we present our approach regarding the implementation of new wireless radio receiver exploiting filterbank techniques, using a software-development driven approach. Since most of the common radio communicati…

Grad DFT: a software library for machine learning enhanced density functional theory

2023-09-23 · Pablo A. M. Casares, Jack S. Baker, Matija Medvidovic, Roberto dos Reis 외

Density functional theory (DFT) stands as a cornerstone method in computational quantum chemistry and materials science due to its remarkable versatility and scalability. Yet, it suffers from limitations in accuracy, par…

Benchmarking