Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 438 Bytes

Recommendation Engine

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.

Usage

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