# SEMHRec **Repository Path**: mygopher/SEMHRec ## Basic Information - **Project Name**: SEMHRec - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-09-06 - **Last Updated**: 2025-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SEMHRec 基于语义增强的多模态超图推荐模型 #### 环境要求 - python 3.8.20 - Pytorch 1.12.1 + CUDA 11.6 #### 数据集 1. Tiktok数据集来源:https://gitee.com/studnet_f/light-gcn-replicates-pytorch/tree/master/data 2. Sports和Clothing数据集来源:https://drive.google.com/file/d/1tpP-IQtUubSlVvYpkA61bffPKkhvT62T/view #### 训练 - cd ./src - python main.py #### 性能比较 ![输入图片说明](https://foruda.gitee.com/images/1757403353920986060/0e573b7e_4873112.png "屏幕截图") #### 致谢 该代码的结构基于https://github.com/enoche/MMRec。感谢他们的工作。