A basic machine learning based recommendation engine that uses collaborative filtering to find the top k most similar users to a target user and predicts the top k videos, most likely to be liked by a target user.
To use this program, you need to have clang++ or g++, as well as GNU make installed.
git clone https://github.com/ashelto6/RecommendationEngine.git
cd RecommendationEngine
make