/Capstone1_Songs-Recommender_System

This repository contains Ivette M Tapia's documentation and code related to Capstone 1 project. The project is about building a song recommendation system using the Million Song dataset and Taste profile subset.

Primary LanguageJupyter Notebook

Songs Recommendation System

This repository contains documentation and code related to building a recomendation system for the Million Song Dataset using the song data and user listen data.

Project Motivation

The Great Music Service company has a 1M catalog of songs available to their users for listening. Given the large catalog of songs, no one user can be reasonably expected to go through all the content and choose what they want to listen to.

The Great Music Service conducted with survey of their active users found that: (1) users are not aware of all the music available, (2) the catalog is too big and is hard to choose what to listen to, (3) they do not always know what they are looking for, and (4) they often use the music service as a song discovery tool in which they are explicitly interested in listening to new things.

The goal was to build a 'test' or 'preliminary' recomendation algorithm given the available computational resources and data.

Repository Files

There are several files contained in this repository that were created in the course of the project's workflow. The most project important workproducts are as follows:

Project Code

Final Project Report

  • Final Project Report: This report contains in detail business motivation, summary of recomender algorithms options and trade-offs, data wrangling steps (with visual aids), exploratory data analysis and recomender system implementation with a description of limitations and recomendations.

Presentation

  • Presentation:The presentation sumarizes the project motivation,findings of exploratory analysis and recomender implementation.