Project Summary

Recommendation systems are all around us, from Netflix’s amazing video recommender system to Amazon’s product recommendation system and many many more. I have always been curious about the science and effort that goes into building one and combining it with another one of my favorite topics, Music, would make it one of the more interesting projects that I try my hands on. Let’s see if we can build a music artist recommendation system that is similar to the ones built by Spotify or Amazon Music. I will use the Last.fm Dataset provided by GroupLens and works towards building a music artist recommendation system.

Project Goals

  1. Exploratory data analysis of the Last.fm dataset.

  2. Build Content-based and Collaborative filtering based recommendation system to recommend music artists to users.

  3. Generate a hybrid recommender that combines all previously trained recommenders and provides recommendations.

In the next series of posts I’ll roughly follow the above steps.