Skip to content

MrnotRight/DUMIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Deep User Multi-Interest Network

our code is implemented based on DUMN

Environment

Tensorflow-gpu1.14 python3.6 win10 and NVIDIA GeForce 2080S

Prepare Data

wget -c http://snap.stanford.edu/data/amazon/productGraph/categoryFiles/reviews_Beauty_5.json.gz

gzip -d reviews_Beauty_5.json.gz

wget -c http://snap.stanford.edu/data/amazon/productGraph/categoryFiles/meta_Beauty.json.gz

gzip -d meta_Beauty.json.gz

python ./script/process_data.py meta_Beauty.json reviews_Beauty_5.json

python ./script/local_aggretor_time.py

python ./script/generate_voc.py

Train Model

python ./script/train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages