Skip to content

Python implemantation of Matrix Factorization with Multimodal Side Information

Notifications You must be signed in to change notification settings

maktukmak/MF-MSI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MF-MSI

This code is Python implementation of the paper "A probabilistic framework to incorporate mixed-data type features: Matrix factorization with multimodal side information".

Dependencies

The code requires Numpy and Scipy packages.

Model

The model performs inference for the user and item latent variables. The inputs are sparse rating matrix, multivariate Gaussian side information matrix one for the users and one for the items, and categorical side information matrix (can include more than one categorical feature) one for the users and one for the items. Variational EM is used to perform inference.

Datasets

Movielens 100K dataset is provided for demonstration.

About

Python implemantation of Matrix Factorization with Multimodal Side Information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published