Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Several sequential recommended models implemented by tenosrflow1.x

NotificationsYou must be signed in to change notification settings

slientGe/Sequential_Recommendation_Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this repository, a number of sequential recommendation models are implemented using Python and Tensorflow.The implemented models cover common sequential recommendation algorithms (session based ). We implement the code in the paper in a concise way, including how to construct samples and training, to help readers better understand the paper's ideas.

Algorithms Implemented

So far, we have implemented these models, covering deep learning and traditional methods. Follow up to continue to update。

modelpapermethods
AttRecNext Item Recommendation with Self-Attentionself-attention
CaserPersonalized Top-N Sequential Recommendation via Convolutional Sequence EmbeddingCNN
GRU4RecSession-based Recommendations with Recurrent Neural NetworksGRU
FPMCFactorizing Personalized Markov Chains for Next-Basket RecommendationMF+MC
TransRecTranslation-based RecommendationMF
SASRecSelf-Attentive Sequential Recommendationtransfomer

and so on.

Usage

To use the code, enter the models directory and execute run_Model.pysuch as:

cd models/AttRecpython run_Attrec.py

Note: Due to the different sample construction methods and experimental methods of different algorithms, we generate independent codes for each algorithm.

Requirements

  • Tensorflow 1.1+
  • Python 3.6+,
  • numpy
  • pandas

ToDo List

  • More models
  • Code refactoring
  • Support tf.data.datasets and tf.estimator

About

Several sequential recommended models implemented by tenosrflow1.x

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2026 Movatter.jp