# MCRec_PyTorch **Repository Path**: greitzmann/MCRec_PyTorch ## Basic Information - **Project Name**: MCRec_PyTorch - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2021-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MCRec_PyTorch PyTorch implementation for the following paper: > Leverage Meta-path based Context for Top-N Recommendation with a Neural Co-Attention Model, KDD'08 [Paper Author's TensorFow implementation](https://github.com/librahu/MCRec) ## Environment - Python 3.7.4 - Numpy 1.17.2 - PyTorch 1.4.0 ## Data We provide example data `/data/ML100K` for test. The data was generated following the paper. Log for running MCRec on this data is contained in `log_ML100K.txt`.