paper-with-me

Papers

Clustering-Based Matrix Factorization

2013-01-28 · Nima Mirbakhsh, Charles X. Ling

Recommender systems are emerging technologies that nowadays can be found in many applications such as Amazon, Netflix, and so on. These systems help users to find relevant information, recommendations, and their preferred items. Slightly improvement of the accuracy of these recommenders can highly affect the quality of recommendations. Matrix Factorization is a popular method in Recommendation Systems showing promising results in accuracy and complexity. In this paper we propose an extension of matrix factorization which adds general neighborhood information on the recommendation model. Users and items are clustered into different categories to see how these categories share preferences. We then employ these shared interests of categories in a fusion by Biased Matrix Factorization to achieve more accurate recommendations. This is a complement for the current neighborhood aware matrix factorization models which rely on using direct neighborhood information of users and items. The proposed model is tested on two well-known recommendation system datasets: Movielens100k and Netflix. Our experiment shows applying the general latent features of categories into factorized recommender models improves the accuracy of recommendations. The current neighborhood-aware models need a great number of neighbors to acheive good accuracies. To the best of our knowledge, the proposed model is better than or comparable with the current neighborhood-aware models when they consider fewer number of neighbors.

📄 PDF Abstract BibTeX arXiv:1301.6659

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringRecommendation Systems

Similar Papers 제목 키워드 기반

Rethinking Symmetric Matrix Factorization: A More General and Better Clustering Perspective

2022-09-06 · Mengyuan Zhang, Kai Liu

Nonnegative matrix factorization (NMF) is widely used for clustering with strong interpretability. Among general NMF problems, symmetric NMF is a special one that plays an important role in graph clustering where each el…

ClusteringGraph Clustering

Multi-view Clustering via Unified Multi-kernel Learning and Matrix Factorization

2024-12-12 · Chenxing Jia, Mingjie Cai, Hamido Fujita

Multi-view clustering has become increasingly important due to the multi-source character of real-world data. Among existing multi-view clustering methods, multi-kernel clustering and matrix factorization-based multi-vie…

Clustering

k-Means Clustering Is Matrix Factorization

2015-12-23 · Christian Bauckhage

We show that the objective function of conventional k-means clustering can be expressed as the Frobenius norm of the difference of a data matrix and a low rank approximation of that data matrix. In short, we show that k-…

Clustering

Fast Kernel k-means Clustering Using Incomplete Cholesky Factorization

2020-02-07 · Li Chen, Shuisheng Zhou, Jiajun Ma

Kernel-based clustering algorithm can identify and capture the non-linear structure in datasets, and thereby it can achieve better performance than linear clustering. However, computing and storing the entire kernel matr…

Clustering

Deep Approximately Orthogonal Nonnegative Matrix Factorization for Clustering

2017-11-20 · Yuning Qiu, Guoxu Zhou, Kan Xie

Nonnegative Matrix Factorization (NMF) is a widely used technique for data representation. Inspired by the expressive power of deep learning, several NMF variants equipped with deep architectures have been proposed. Howe…

Clustering