Skip to content

This repo uses Collaborative filtering for Music recommendation (User-based and content-based)

Notifications You must be signed in to change notification settings

geeky-bit/Collaborative-filtering-for-Music-recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative-filtering-for-Music-recommendation

This repo uses Collaborative filtering for Music Recommendation

The basic idea behind Collaborative filtering is that we can predict and recommend items to users based on the preference similarities. There are basically 2 types of Collaborative filtering techniques:

  • User-based Collaborative filtering
  • Content-based Collaboraive filtering

I have implemented both these techniques in R.

Datasets used :

I have used only the data from Germany as the dataset is quite huge. And, also for simplicity.

last-fm-matrix-germany.csv -
https://github.com/geeky-bit/Collaborative-filtering-for-Music-recommendation/blob/master/Datasets/lastfm-matrix-germany.csv

The main datasets are available at :

About

This repo uses Collaborative filtering for Music recommendation (User-based and content-based)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages