/item-based-collaborative-filtering

Implement an efficient item-based collaborative filtering algorithm for top-n recommendations. Program should take 4 console inputs: <train.txt> <test.txt> <N> <output.txt>.

Primary LanguageC++

Watchers