# IJCNN-baseline model **Repository Path**: dawnwndd/baseline ## Basic Information - **Project Name**: IJCNN-baseline model - **Description**: 捆版包推荐的对比模型 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-18 - **Last Updated**: 2024-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UHBR > Code and Datasets for "Unifying Multi-associations through Hypergraph for Bundle Recommendation" https://doi.org/10.1016/j.knosys.2022.109755 # Environment Requirement The code has been tested running under Python 3.9.12. The required packages are as follows: numpy == 1.22.3 torch == 1.11.0_cu113 torch_sparse == 0.6.13 scipy == 1.7.3 # Usage ```python git clone https://github.com/storyandwine/UHBR.git cd UHBR python main.py ```