ZahraDehghanian97 / Matrix-Factorization-recommender-System

In this repository, I implement a recommender system using matrix factorization. Here, two types of RS are implemented. First, use the factorized matrix for user and item. and second, rebuild the Adjacency matrix. both approaches are acceptable and implemented in this repo. To factorized the matrix, funk-svd Algorithm is used. you can find his implementation on this link: https://github.com/gbolmier/funk-svd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZahraDehghanian97/Matrix-Factorization-recommender-System Stargazers