-
Notifications
You must be signed in to change notification settings - Fork 3
Calss 2: Spark ALS
Tara-Su edited this page Jul 12, 2020
·
23 revisions
- Please read the below materials
Matrix factorization techniques for recommender systems
Large-Scale Parallel Collaborative Filtering for the Netflix Prize
Collaborative filtering for implicit feedback datasets
- Please prepare the answers to the questions in the next session. Please use slides to convey your ideas when answering the questions. you can find the slides template at the home page
- How is ALS differ from the SVD/SGD/common CFMF? (10 minutes)
- What's the difference between implicit and explicit data? How is Spark ALS treating them differently? (10 minutes)
- What is cold start problem in recommendation engine? How can you deal with it? (10 minutes)
- what are the major functions of the spark ALS API? (10 minutes)
- One noteworthy point about spark ALS not included in the above questions. (5 minutes x 4)


Create conda environment kernel in jupyter notebook
For people who have difficulties installing spark on windows, please try to see whether this can solve your problem.
Quick-start Apache Spark Environment Using Docker Containers
- Why SGD compared to GD?