Skip to content

A TensorFlow Implementation of Convolutional Sequence Embedding Recommendation Model (Caser)

Notifications You must be signed in to change notification settings

seunghyunhan/Caser-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caser-tensorflow

A TensorFlow Implementation of Convolutional Sequence Embedding Recommendation Model (Caser)

Personalized Top-N Sequential Recommendation via Convolutional Sequence Embedding, Jiaxi Tang and Ke Wang , WSDM '18 (http://www.sfu.ca/~jiaxit/resources/wsdm18caser.pdf)

This repo is implementation of Caser. Codes are based on graytowne/caser-pytorch and I just converted them to tensorflow.

Requirements

I developed it under the environments as below.

  • Python 2.7x
  • Tensorflow v1.11.0
  • Numpy
  • Scipy

Usage

  1. Install required packages
  2. run python train_caser.py

About

A TensorFlow Implementation of Convolutional Sequence Embedding Recommendation Model (Caser)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages