Skip to content

Recommending songs with personalization and based on simple popularity-based recommender.

Notifications You must be signed in to change notification settings

charu-71200/Song-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Song-Recommender

Simple popularity-based song recommender

Simplest approach is popularity-based recommender in which we first train a popularity_model and then we recommend song to the users based on how much that song is popular or simply how many times that song is being listened. But its limitation is that it has no personalization.

Build a song recommender with personalization

Another approach can be, we can train a personalized_model then we can recommend the user similar artist's songs may be.

Quantative comparison between the models

Then I compared the model performance of both popularity_model and personalized_model

About

Recommending songs with personalization and based on simple popularity-based recommender.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published