Skip to content

Book Recommendations for Cold-start Scenarios

Notifications You must be signed in to change notification settings

hyez/Book_Recsys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Recommender Systems

PyPI - Python Version Version GitHub repo size

Platform

  • python: 3.5+
  • Pytorch: 1.0+

Model

Model

How to run

Training

python maml.py

You can modify the detailed parameters according to the definition in maml.py.

Testing

python maml.py --test

By default, you can directly add the test argument to test the model obtained from the same aruguments setting.

mode_path = utils.get_path_from_args(args)

You can also modify the code in maml.py manually since the arguments may vary for training and testing process.

mode_path = '9b8290dd3f63cbafcd141ba21282c783'

Acknowledgement.

This code refers code from: waterhorse1/MELU_pytorch.

About

Book Recommendations for Cold-start Scenarios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published