Skip to content

smartcat-labs/collaboratory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

collaboratory

Laboratory for collaborative filtering

Description

This project contains an advanced R implementation of collaborative filtering.
It improves classic implementation, thus making it:

  • applicable on large-scale datasets (by calculating predictions partially on matrix chunks) and
  • reducing the training time (mostly by using optimized calculations of similarities and k nearest neighbours).

It covers:

  • user-based collaborative filtering
  • item-based collaborative filtering

Releases

No releases published

Packages

No packages published

Languages