paper-with-me

홈 › Papers

Broad Recommender System: An Efficient Nonlinear Collaborative Filtering Approach

2022-04-20 · Ling Huang, Can-Rong Guan, Zhen-Wei Huang, Yuefang Gao, Yingjie Kuang, Chang-Dong Wang, C. L. Philip Chen

Recently, Deep Neural Networks (DNNs) have been widely introduced into Collaborative Filtering (CF) to produce more accurate recommendation results due to their capability of capturing the complex nonlinear relationships between items and users.However, the DNNs-based models usually suffer from high computational complexity, i.e., consuming very long training time and storing huge amount of trainable parameters. To address these problems, we propose a new broad recommender system called Broad Collaborative Filtering (BroadCF), which is an efficient nonlinear collaborative filtering approach. Instead of DNNs, Broad Learning System (BLS) is used as a mapping function to learn the complex nonlinear relationships between users and items, which can avoid the above issues while achieving very satisfactory recommendation performance. However, it is not feasible to directly feed the original rating data into BLS. To this end, we propose a user-item rating collaborative vector preprocessing procedure to generate low-dimensional user-item input data, which is able to harness quality judgments of the most similar users/items. Extensive experiments conducted on seven benchmark datasets have confirmed the effectiveness of the proposed BroadCF algorithm

📄 PDF Abstract BibTeX arXiv:2204.11602

Code (1)

broadrs/broadcf 공식 구현

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Collaborative filtering, K-nearest neighbor and cosine similarity in home decor recommender systems

2024-02-09 · Nanna Bach Munkholm, Robert Alphinas, Torben Tambo

An architectural framework, based on collaborative filtering using K-nearest neighbor and cosine similarity, was developed and implemented to fit the requirements for the company DecorRaid. The aim of the paper is to tes…

Collaborative FilteringRecommendation Systems

Quantitative analysis of Matthew effect and sparsity problem of recommender systems

2019-09-24 · Hao Wang, Zonghu Wang, Weishi Zhang

Recommender systems have received great commercial success. Recommendation has been used widely in areas such as e-commerce, online music FM, online news portal, etc. However, several problems related to input data struc…

Collaborative FilteringRecommendation Systems

A Hybrid Recommender System for Recommending Smartphones to Prospective Customers

2021-05-26 · Pratik K. Biswas, Songlin Liu

Recommender Systems are a subclass of machine learning systems that employ sophisticated information filtering strategies to reduce the search time and suggest the most relevant items to any particular user. Hybrid recom…

Collaborative FilteringRecommendation Systems

Data Poisoning Attacks on Neighborhood-based Recommender Systems

2019-12-01 · Liang Chen, Yangjun Xu, Fenfang Xie, Min Huang 외

Nowadays, collaborative filtering recommender systems have been widely deployed in many commercial companies to make profit. Neighbourhood-based collaborative filtering is common and effective. To date, despite its effec…

Collaborative FilteringData PoisoningRecommendation Systems

BanditMF: Multi-Armed Bandit Based Matrix Factorization Recommender System

2021-06-21 · Shenghao Xu

Multi-armed bandits (MAB) provide a principled online learning approach to attain the balance between exploration and exploitation. Due to the superior performance and low feedback learning without the learning to act in…

Collaborative FilteringMulti-Armed BanditsRecommendation Systemsvalid