Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 294 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 294 Bytes

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.