rec-sys-experiments
rec-sys-experiments copied to clipboard
Some experiments with recommendation systems
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.