nijianmo / fit-rec

Code for WWW 19' paper
34 stars 18 forks source link

Code for our WWW 19' paper

You can find the data at here: https://sites.google.com/eng.ucsd.edu/fitrec-project/home. To run the code below, you need to first download the data files. Please cite our paper if you find the code and data helpful.

FitRec

This is the code for the workout profile prediction task. Data file you need: processed_endomondHR_proper.npy.

FitRec-Attn

This is the attention-based model for the short-term prediction task. Data file you need: processed_endomondoHR_proper_interpolate.npy.

Requirement