All Projects → cnfsll → Attentional Neural Factorization Machine

cnfsll / Attentional Neural Factorization Machine

Attention,Factorization Machine, Deep Learning, Recommender System

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Attentional Neural Factorization Machine

Fmg
KDD17_FMG
Stars: ✭ 116 (+197.44%)
Mutual labels:  recommender-system, factorization-machines
NARRE
This is our implementation of NARRE:Neural Attentional Regression with Review-level Explanations
Stars: ✭ 100 (+156.41%)
Mutual labels:  recommender-system, attention-mechanism
Flurs
🌊 FluRS: A Python library for streaming recommendation algorithms
Stars: ✭ 97 (+148.72%)
Mutual labels:  recommender-system, factorization-machines
Rankfm
Factorization Machines for Recommendation and Ranking Problems with Implicit Feedback Data
Stars: ✭ 71 (+82.05%)
Mutual labels:  recommender-system, factorization-machines
Fastfm
fastFM: A Library for Factorization Machines
Stars: ✭ 908 (+2228.21%)
Mutual labels:  recommender-system, factorization-machines
Recommendation.jl
Building recommender systems in Julia
Stars: ✭ 42 (+7.69%)
Mutual labels:  recommender-system, factorization-machines
Rsparse
Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations.
Stars: ✭ 145 (+271.79%)
Mutual labels:  recommender-system, factorization-machines
Openlearning4deeprecsys
Some deep learning based recsys for open learning.
Stars: ✭ 383 (+882.05%)
Mutual labels:  recommender-system, factorization-machines
Daisyrec
A developing recommender system in pytorch. Algorithm: KNN, LFM, SLIM, NeuMF, FM, DeepFM, VAE and so on, which aims to fair comparison for recommender system benchmarks
Stars: ✭ 280 (+617.95%)
Mutual labels:  recommender-system, factorization-machines
SAMN
This is our implementation of SAMN: Social Attentional Memory Network
Stars: ✭ 45 (+15.38%)
Mutual labels:  recommender-system, attention-mechanism
Attentional factorization machine
TensorFlow Implementation of Attentional Factorization Machine
Stars: ✭ 362 (+828.21%)
Mutual labels:  recommender-system, factorization-machines
Neural factorization machine
TenforFlow Implementation of Neural Factorization Machine
Stars: ✭ 422 (+982.05%)
Mutual labels:  recommender-system, factorization-machines
Chatbot cn
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
Stars: ✭ 791 (+1928.21%)
Mutual labels:  attention-mechanism
Show Attend And Tell
TensorFlow Implementation of "Show, Attend and Tell"
Stars: ✭ 869 (+2128.21%)
Mutual labels:  attention-mechanism
Recsys2019 deeplearning evaluation
This is the repository of our article published in RecSys 2019 "Are We Really Making Much Progress? A Worrying Analysis of Recent Neural Recommendation Approaches" and of several follow-up studies.
Stars: ✭ 780 (+1900%)
Mutual labels:  recommender-system
Tffm
TensorFlow implementation of an arbitrary order Factorization Machine
Stars: ✭ 761 (+1851.28%)
Mutual labels:  factorization-machines
Elastic Graph Recommender
Building recommenders with Elastic Graph!
Stars: ✭ 33 (-15.38%)
Mutual labels:  recommender-system
Text classification
all kinds of text classification models and more with deep learning
Stars: ✭ 7,179 (+18307.69%)
Mutual labels:  attention-mechanism
Recommenders
TensorFlow Recommenders is a library for building recommender system models using TensorFlow.
Stars: ✭ 752 (+1828.21%)
Mutual labels:  recommender-system
Yedda
YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Stars: ✭ 704 (+1705.13%)
Mutual labels:  recommender-system

Attentional-Neural-Factorization-Machine

综合Attentional FM 和 Neural FM,搭建ANFM模型

参考如下:
Jun Xiao, Hao Ye, Xiangnan He, Hanwang Zhang, Fei Wu and Tat-Seng Chua (2017).
Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks
IJCAI, Melbourne, Australia, August 19-25, 2017.
Xiangnan He and Tat-Seng Chua (2017).
Neural Factorization Machines for Sparse Predictive Analytics.
In Proceedings of SIGIR '17, Shinjuku, Tokyo, Japan, August 07-11, 2017.

AFM_Model.py:AFM模型
AFM_NFM_Model.py:ANFM模型

数据链接如下为:https://github.com/cnfsll/Neural-Factorization-Machine/tree/master/data

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].