Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 423 Bytes

EigenRec

Implementation of the EigenRec algorithm for top-N recommendations. The algorithm is presented in the paper:

A. N. Nikolakopoulos, V. Kalantzis, E. Gallopoulos and J. D. Garofalakis, "EigenRec: Generalizing PureSVD for Effective and Efficient Top-N Recommendations," Knowl. Inf. Syst., 2018. doi: 10.1007/s10115-018-1197-7 .

High-Level Implementation

Matlab

Parallel MPI implementation

Fortran