An UBCF based movie rating predictor
- git - For cloning project
- g++ compiler - For creating executable binary
- nodejs - To convert datasets
git clone git@github.com:steppeindustrialist/cmp2003.git &&
cd cmp2003 &&
node convert.js &&
g++ -std=c++17 -O2 main.cpp -o recommender &&
./recommender < combined_dataset.txt