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

https://github.com/aurelienmorgan/edx-movielens

Product Recommender Engine - Use Case: 'The MovieLens 10M dataset'
https://github.com/aurelienmorgan/edx-movielens

bagging caret collaborative-filtering cross-validation intel-mkl-library k-nearest-neighbors matrix-factorization microsoft-r-open pca primary-component-analysis r rcpp

Last synced: about 1 year ago
JSON representation

Product Recommender Engine - Use Case: 'The MovieLens 10M dataset'

Awesome Lists containing this project

README

          

# Product Recommender Engine
## Use Case: 'The MovieLens 10M dataset'


View the complete 17 pages PDF report (+ appendices)
here.

files that constitute that repository :

- **Report.Rmd** : portable rmarkdown script file to generate the report pdf.

- **algorithm.R** : entire source code for the algorithm described in the report.

- **validation_prediction\submission.csv** : rating predictions on the validation dataset

KEYWORDS :
```Collaborative Filtering```, ```K nearest neighbors```, ```Primary Components Analysis (PCA)```
, ```Cross Validation```, ```Bagging```
, ```R```, ```RCPP```, ```Microsoft R Open```, ```Intel MKL```