Skip to content

bbueno5000/Song-Recommender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recommender_live

##Overview

This is the code for this video on Youtube by Siraj Raval. We're going to be looking at recommendation systems and we focus on popularity-based, item-item collaborative filtering, and user-item collaborative filtering. Then at the end we talk about the bleeding edge, which is a deep learning approach.

##Dependencies

  • pandas
  • scikit-learn
  • numpy
  • scipy

Use pip to install missing dependencies.

##Usage

Run jupyter notebook when in the main code directory to see this run in your browser.

##Credits

Credits go to dvysardana. I've merely created a wrapper to get people started.

References

  1. https://pandas.pydata.org/docs/index.html

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%