Author: Rohith Pesala
Recommender Systems Project
-
Data_process.py This file processes the amazon ratings only dataset (csv file) and produces train and test splits
-
Basic_ratings.py This file produces the Rating predictions with different algorithms and evaluates the performance
-
Data_topn.py Processes and outputs items and users as txt files
-
Topn_recolist.py Produces top n recommendations and evaluates the performance
-
bigram_model.py Implements the bigram inspired model and also evaluates it.