# Dynamic-popularity-aware-recommendation **Repository Path**: mirrors_alibaba/Dynamic-popularity-aware-recommendation ## Basic Information - **Project Name**: Dynamic-popularity-aware-recommendation - **Description**: Dynamic popularity-aware contrastive learning for recommendation - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Data Download Data source: https://tianchi.aliyun.com/competition/entrance/231522/information Download the dataset to the data folder then unzip it. # Environment setup ``` conda env create -f environment.yaml conda activate DPACL4Rec pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ ``` # Running Model training: run.ipynb Model evaluation: evaluate.ipynb