# 融合多模态信息的推荐系统 **Repository Path**: studnet_f/MMRec-attempt ## Basic Information - **Project Name**: 融合多模态信息的推荐系统 - **Description**: 多模态特征融合推荐初尝试,使用LightGCN获得ID-emb,超图卷积融合多模态信息获得Fea-emb,使用GAN丰富用户Fea,Attention融合Fea与ID。在模型选择时可以通过超参数--model在LightGCN的基础上选择是否增加超图、Gan、以及Attention等。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2024-04-14 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 融合多模态信息的推荐系统 #### 介绍 自己的demo,使用超图卷积融合多模态信息进行推荐,有待进一步研究 #### 软件架构 ![模型图](https://foruda.gitee.com/images/1713078101535467341/342a5990_5642630.png "屏幕截图")