An open API service indexing awesome lists of open source software.

https://github.com/rmislam/movie-recommendation-in-julia

Matrix factorization using alternating least squares for movie recommendation
https://github.com/rmislam/movie-recommendation-in-julia

alternating-least-squares julia matrix-factorization movie-recommendation recommendation-engine recommender-system

Last synced: 4 days ago
JSON representation

Matrix factorization using alternating least squares for movie recommendation

Awesome Lists containing this project

README

          

# Movie recommendation algorithm implemented in Julia
Matrix factorization using alternating least squares for movie recommendation

The file ```recommend.jl``` contains a single run of the ALS algorithm with no cross-validation or parameter tuning.

The file ```recommend_full.jl``` contains the ALS algorithm with 10-fold cross-validation and considers ranges for three parameters: the number of features, the learning rate, and the maximum number of iterations of the algorithm.

Both files use the ```ratings.dat``` file from the 1M dataset from http://grouplens.org/datasets/movielens/