Skip to content
/ SAR Public

Smart adaptive recommendations

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

hongooi73/SAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12d7a12 · Apr 13, 2025

History

59 Commits
Apr 13, 2025
Nov 26, 2018
Apr 13, 2025
Apr 13, 2025
Dec 6, 2018
Dec 12, 2018
May 24, 2018
Dec 12, 2018
Oct 22, 2018
Oct 22, 2018
Apr 13, 2025
Nov 23, 2018
Nov 23, 2018
Oct 19, 2018
Apr 13, 2025
Apr 13, 2025
May 24, 2018
May 24, 2018
May 24, 2018

Repository files navigation

SAR: Smart Adaptive Recommendations

SAR is a practical, rating-free collaborative filtering algorithm for recommendations. It produces explainable results, and is usable on a wide range of problems.

This package provides the following:

  • An R interface to the Azure Product Recommendations service, a cloud implementation of SAR. It includes the ability to deploy the backend via the AzureRMR package, as well as a client frontend.

  • A standalone R implementation of SAR, for ease of experimentation and familiarisation. The core algorithm is written in C++ and makes use of multithreading and sparse matrices for speed and efficiency.

More information

A detailed description of SAR

Other SAR implementations: