Includes implementation of PCY, Multihash and Toivonen algorithms. These algorithms are used to compute k-frequemt itemsets in given set of transactions
This project implement a simple user - based collaborative filtering recommender system for predicting the ratings of an item using the data given. This prediction is done using k nearest neighbors…