├── README.md ├── codes ├── Models.py ├── main.py └── utility │ ├── batch_test.py │ ├── load_data.py │ ├── logging.py │ ├── metrics.py │ ├── norm.py │ └── parser.py ├── image ├── Datasets.png └── MMHCL.png ├── log ├── Draw_Training_Curves.ipynb ├── README.md ├── Training_Curves.pdf ├── Training_Curves.png ├── clothing.txt ├── convert2MMRec │ ├── LGMRec-clothing-Mar-14-2025-22-15-11.log │ ├── LGMRec-sports-Mar-14-2025-22-17-18.log │ ├── LGMRec-tiktok-Mar-14-2025-22-18-33.log │ ├── README.md │ ├── clothing.inter │ ├── convert.ipynb │ ├── sports.inter │ └── tiktok.inter ├── sports.txt └── tiktok.txt └── preprocess └── data_preprocess.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/README.md -------------------------------------------------------------------------------- /codes/Models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/Models.py -------------------------------------------------------------------------------- /codes/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/main.py -------------------------------------------------------------------------------- /codes/utility/batch_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/utility/batch_test.py -------------------------------------------------------------------------------- /codes/utility/load_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/utility/load_data.py -------------------------------------------------------------------------------- /codes/utility/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/utility/logging.py -------------------------------------------------------------------------------- /codes/utility/metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/utility/metrics.py -------------------------------------------------------------------------------- /codes/utility/norm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/utility/norm.py -------------------------------------------------------------------------------- /codes/utility/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/codes/utility/parser.py -------------------------------------------------------------------------------- /image/Datasets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/image/Datasets.png -------------------------------------------------------------------------------- /image/MMHCL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/image/MMHCL.png -------------------------------------------------------------------------------- /log/Draw_Training_Curves.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/Draw_Training_Curves.ipynb -------------------------------------------------------------------------------- /log/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/README.md -------------------------------------------------------------------------------- /log/Training_Curves.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/Training_Curves.pdf -------------------------------------------------------------------------------- /log/Training_Curves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/Training_Curves.png -------------------------------------------------------------------------------- /log/clothing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/clothing.txt -------------------------------------------------------------------------------- /log/convert2MMRec/LGMRec-clothing-Mar-14-2025-22-15-11.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/LGMRec-clothing-Mar-14-2025-22-15-11.log -------------------------------------------------------------------------------- /log/convert2MMRec/LGMRec-sports-Mar-14-2025-22-17-18.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/LGMRec-sports-Mar-14-2025-22-17-18.log -------------------------------------------------------------------------------- /log/convert2MMRec/LGMRec-tiktok-Mar-14-2025-22-18-33.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/LGMRec-tiktok-Mar-14-2025-22-18-33.log -------------------------------------------------------------------------------- /log/convert2MMRec/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/README.md -------------------------------------------------------------------------------- /log/convert2MMRec/clothing.inter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/clothing.inter -------------------------------------------------------------------------------- /log/convert2MMRec/convert.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/convert.ipynb -------------------------------------------------------------------------------- /log/convert2MMRec/sports.inter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/sports.inter -------------------------------------------------------------------------------- /log/convert2MMRec/tiktok.inter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/convert2MMRec/tiktok.inter -------------------------------------------------------------------------------- /log/sports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/sports.txt -------------------------------------------------------------------------------- /log/tiktok.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/log/tiktok.txt -------------------------------------------------------------------------------- /preprocess/data_preprocess.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xu107/MMHCL/HEAD/preprocess/data_preprocess.ipynb --------------------------------------------------------------------------------