/rec-sys-experiments

Some experiments with recommendation systems

Primary LanguagePythonApache License 2.0Apache-2.0

rec-sys-experiments

Some experiments with recommendation systems.

The script lr_hashing_recsys.py is a proof-of-concept for a recommendation system built with Logistic Regression and feature hashing.

The script knn_recsys.py implements a simple nearest-neighbors recommendation system.