All Projects → SSSxCCC → SLIM-recommendation

SSSxCCC / SLIM-recommendation

Licence: MIT License
A simple recommendation evaluation system, the algorithm includes SLIM, LFM, ItemCF, UserCF

Programming Languages

python
139335 projects - #7 most used programming language
perl
6916 projects
shell
77523 projects

Projects that are alternatives of or similar to SLIM-recommendation

recommender
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
Stars: ✭ 35 (-10.26%)
Mutual labels:  recommendation-system, recommendation-algorithms
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+1194.87%)
Mutual labels:  recommendation-system, recommendation-algorithms
Recommendation-system
推荐系统资料笔记收录/ Everything about Recommendation System. 专题/书籍/论文/产品/Demo
Stars: ✭ 169 (+333.33%)
Mutual labels:  recommendation-system
Knowledge Graph based Intent Network
Learning Intents behind Interactions with Knowledge Graph for Recommendation, WWW2021
Stars: ✭ 116 (+197.44%)
Mutual labels:  recommendation-system
EasyRec
A framework for large scale recommendation algorithms.
Stars: ✭ 599 (+1435.9%)
Mutual labels:  recommendation-algorithms
JD2Skills-BERT-XMLC
Code and Dataset for the Bhola et al. (2020) Retrieving Skills from Job Descriptions: A Language Model Based Extreme Multi-label Classification Framework
Stars: ✭ 33 (-15.38%)
Mutual labels:  recommendation-system
yelper recommendation system
Yelper recommendation system
Stars: ✭ 117 (+200%)
Mutual labels:  recommendation-system
Tf-Rec
Tf-Rec is a python💻 package for building⚒ Recommender Systems. It is built on top of Keras and Tensorflow 2 to utilize GPU Acceleration during training.
Stars: ✭ 18 (-53.85%)
Mutual labels:  recommendation-system
Deep-Learning-Model-for-Hybrid-Recommendation-Engine
A Hybrid recommendation engine built on deep learning architecture, which has the potential to combine content-based and collaborative filtering recommendation mechanisms using a deep learning supervisor
Stars: ✭ 19 (-51.28%)
Mutual labels:  recommendation-system
recsys2019
The complete code and notebooks used for the ACM Recommender Systems Challenge 2019
Stars: ✭ 26 (-33.33%)
Mutual labels:  recommendation-algorithms
fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
Stars: ✭ 1,367 (+3405.13%)
Mutual labels:  recommendation-algorithms
toptal-recommengine
Prototype recommendation engine built to accompany an article on Toptal Blog
Stars: ✭ 109 (+179.49%)
Mutual labels:  recommendation-system
intergo
A package for interleaving / multileaving ranking generation in go
Stars: ✭ 30 (-23.08%)
Mutual labels:  recommendation-system
WhySoMuch
knowledge graph recommendation
Stars: ✭ 67 (+71.79%)
Mutual labels:  recommendation-system
listenbrainz-labs
A collection tools/scripts to explore the ListenBrainz data using Apache Spark.
Stars: ✭ 16 (-58.97%)
Mutual labels:  recommendation-system
deep recommenders
Deep Recommenders
Stars: ✭ 214 (+448.72%)
Mutual labels:  recommendation-system
Long-Tail-GAN
Adversarial learning framework to enhance long-tail recommendation in Neural Collaborative Filtering
Stars: ✭ 19 (-51.28%)
Mutual labels:  recommendation-system
Person-Recommendation-Algorithms
推荐算法个人学习笔记以及代码实战
Stars: ✭ 50 (+28.21%)
Mutual labels:  recommendation-system
TIFUKNN
kNN-based next-basket recommendation
Stars: ✭ 38 (-2.56%)
Mutual labels:  recommendation-system
Context-Aware-Recommender
Hybrid Recommender System
Stars: ✭ 16 (-58.97%)
Mutual labels:  recommendation-system

SLIM-recommendation

This project includes a simple recommendation system, several recommendation algorithms.

Recommendation algorithm includes SLIM(Sparse LInear Methods), LFM(Latent Factor Model), ItemCF, UserCF.

SLIM uses coordinate decent.

LFM uses stochastic gradient descent(SGD).

基于SLIM的推荐方法研究.pdf is my graduation thesis, which explains SLIM theory and my experiment.

If you are interested in recommender system, my developing Recommender-System is recommended for you, it is implements in tensorflow2!


本工程主要包括一个简单的推荐系统,以及几个推荐算法。

推荐算法包括稀疏线性算法,隐语义模型算法,基于物品的协同过滤算法,基于用户的协同过滤算法。

稀疏线性算法主要使用坐标下降法求解。

隐语义模型算法主要使用随机梯度下降法求解。

基于SLIM的推荐方法研究.pdf是我的本科毕设论文,里面详细讲解了SLIM推荐算法的原理和我的实验过程。

如果你对推荐系统很感兴趣,推荐一下我正在开发的推荐系统,它是用最新的tensorflow2写的!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].