Skip to content

Prajun2010/recommender_live

 
 

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.9%
  • Python 9.1%