Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

This folder contains the functions used for collaborative filtering.

Baseline model

This simple model gives a first rough indication of how well CF can perform.

Latent factors

Use sparse matrix decomposition and Alternating Least Squares to infer on user-media preferences.