Varun-N-M / Songs-recommendation_using_NMF

This is a machine learning project that aims to recommend songs to users based on their listening history and rating. Non-negative Matrix Factorization (NMF) is used for song recommendation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Songs-recommendation_using_NMF

Project name:

Songs recommendation

Tools used:

  • Python

Packages:

  • Numpy

  • Pandas

  • Matplotlib

  • Scikit learn

Two methods are used in Model:

  • Using Eucliden distance between users and recommending top songs heard by nearest users

  • Using Kmeans cluster to create clusters based on genres and recommending top songs

About

This is a machine learning project that aims to recommend songs to users based on their listening history and rating. Non-negative Matrix Factorization (NMF) is used for song recommendation.


Languages

Language:Python 100.0%