GRATIS
Harvard vía Coursera
GRATIS

Music Recommender System Using Pyspark

  • money

    Cursos gratis (Auditar)

    question-mark
  • earth

    Inglés

  • folder

    Siempre Abierto

  • certificate

    Guía de Registro en Coursera

    arrow
Acerca de este curso

  • Music Recommender System Using Pyspark
    • nowadays, recommender systems are everywhere. for example, Amazon uses recommender systems to suggest you some product that you might be interested in based on the products you've bought earlier. Or Spotify will suggest you new tracks based the songs you use to listen to everyday. Most of these recommender systems use some algorithms which are based on Matrix factorization such as
      NMF(NON NEGATIVE MATRIX FACTORIZATION) OR ALS(Alternating Least Square).
      So in this Project we are going to use ALS Algorithm to create a Music Recommender system to suggest new tracks to different users based upon the songs they've been listening to.
      As a very important prerequisite of this course I suggest you to study a little bit about ALS Algorithm because in this course we will not cover any theoretical concept.