Skip to content

Hierarchical Transformers for Sequential Recommendation: Application in MOBA Games

Notifications You must be signed in to change notification settings

vgaraujov/HT4Rec-RecSysMOBA

Repository files navigation

Hierarchical Transformers for Sequential Recommendation: Application in MOBA Games

This repository contains the implementation of HT4Rec.

Requirements

We include a requirements.txt file to make it easy to install dependencies. Run the following command in your environment:

$ pip install -r requirements.txt

Usage

First, you have to create a folder data and logs in the root.

Next, you need to download the datasets from the following link and copy it to the data folder.

Finally, run the following command to train the model on MOBA dataset:

$ python main.py

You can also run the model with the movies dataset:

$ python main_movies.py

About

Hierarchical Transformers for Sequential Recommendation: Application in MOBA Games

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages