【Recommendation System 01】Rechub

Table of contents

1. Project deployment

1.1 Problems encountered

2. Very shallow learning for recommender systems


1. Project deployment

Project download link: https://github.com/datawhalechina/torch-rechub

The installation environment requires: pip install torch-rechub

1.1 Problems encountered

1. You need to download Microsoft Visual C++ (select the C++ desktop development of Visual Code and the build c++ generation tool in the toolbar)

2. Encountered when executing python setup.py install:

Solution: Delete this file directly according to the directory, and then execute it. After the execution, because I have opened a VPN, it cannot be downloaded. Run it again, success!

2. Very shallow learning for recommender systems

 Run the following four models, which are sorting, sorting, recall, and multi-task learning models.

Guess you like

Origin blog.csdn.net/weixin_42322991/article/details/125284015