Skip to content

liyenhsu/Spark-Movie-Recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation with Spark

Data

ml-latest-small: MovieLens latest small dataset from here.

Required Frameworks/Libraries

  • Spark environment
  • pyspark
  • numpy
  • pandas
  • matplotlib
  • seaborn

Methods and Results

We use Spark APIs to implement Matrix Factorizationan and Alternating Least Squares (ALS) algorithm and predict the ratings for the movies in MovieLens small dataset. Data exploration and a dataframe-based approach are shown in Spark_MovieLens.ipynb. An RDD-based approach is shown in Spark_MovieLens_RDD.ipynb

About

Build a movie recommender system with Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published