Skip to content

Matlab Recommender System Research

Compare
Choose a tag to compare
@iemre iemre released this 25 Jul 11:10
· 25 commits to master since this release
  • Stable release for MRSR.
  • The user can download the source code and start experimenting with item-based KNN and sparse coding based recommender systems. The user can add their own recommender system by extending the AbstractExperiment class. Evaluation is handled by the software for the user.
  • Evaluation metrics: MAE & RMSE, CPP, Recall, Precision, Personalisation. The user can add other metrics in AbstractExperiment.m.