Skip to content

A repo for implementing, understanding and analyzing recommender systems in Python.

Notifications You must be signed in to change notification settings

professoroakz/recommenders-deconstructed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Recommenders Deconstructed

Description

A repo for implementing, understanding and analyzing recommender systems in Python.

Collaborative Filtering

Collaborative Filtering project using a subset of the millionsong dataset. User-User Collaborative Filtering implemented with three different ranking methods. Item-Item Collaborative Filtering implemented using several set and similarity methods:

  • Set Intersection
  • Ochiai
  • TF-IDF
  • Jaccard
  • Cosine
  • Smoothed Cosine

Matrix Factorization, Factorization Machines and Networks coming.

Requirements

  • Python
  • Pandas
  • Numpy

About

A repo for implementing, understanding and analyzing recommender systems in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages