Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.01 KB

File metadata and controls

23 lines (14 loc) · 1.01 KB

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 :