/Recommendation-System

Netflix Recommendation System based on Collaborative Filtering

Primary LanguageJava

Recommendation-System

Netflix Recommendation System based on Collaborative Filtering

Build Instructions

Compile using javac NetflixMainMethod.java

Running Instructions

Get Netflix dataset. Official dataset was removed for legal reasons.

Run using java NetflixMainMethod <movietitles_file> <training_file> <testing_file>

NOTE: It will take approx 3 hours to complete in a average system.