Skip to content
/ ADMN Public

A tensorflow implementation for "Attention-based Adaptive Memory Network for Recommendation with Review and Rating"

License

Notifications You must be signed in to change notification settings

wiio12/ADMN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADMN

A tensorflow implementation for the paper "Attention-based Dynamic Memory Network for Recommendation with Review and Rating"

Enviorments and Catelog

Enviorments

  • Python 3.5
  • Tensorflow 1.7
  • Keras 2.0.9
  • numpy 1.18
  • pandas 1.0.5

Catelog

  • Data: dataset
  • conf: Profile about hyperparameter
  • Model: ADMN model
  • pro_data: pre-processing model
  • Result: save results
  • temp: temporary file
  • main.py: Main program

python code

Examples to run the code can be found in the main.py. Run main.py

python main.py

noted: If you want to modify hyperparameters, such as datasets, you need to modify the profile(conf/conf.py)

About

A tensorflow implementation for "Attention-based Adaptive Memory Network for Recommendation with Review and Rating"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages