├── BPR.py ├── LICENSE ├── README.md ├── test.txt └── train.txt /BPR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RunlongYu/BPR_MPR/HEAD/BPR.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RunlongYu/BPR_MPR/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RunlongYu/BPR_MPR/HEAD/README.md -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RunlongYu/BPR_MPR/HEAD/test.txt -------------------------------------------------------------------------------- /train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RunlongYu/BPR_MPR/HEAD/train.txt --------------------------------------------------------------------------------