# RecommendSystemPractice **Repository Path**: rukit/RecommendSystemPractice ## Basic Information - **Project Name**: RecommendSystemPractice - **Description**: 《推荐系统实践》代码实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-09-16 - **Last Updated**: 2021-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 《推荐系统实践》(项亮等著) —— 代码实现 ## 算法原理纯享 博客地址:https://blog.csdn.net/Magical_Bubble/article/details/88371289 ## 数据准备 `mkdir dataset` 文件夹名称及数据集下载地址: 1. ml-1m: http://files.grouplens.org/datasets/movielens/ml-1m.zip 2. delicious-2k: http://files.grouplens.org/datasets/hetrec2011/hetrec2011-delicious-2k.zip 3. lastfm-dataset-360K: http://mtg.upf.edu/static/datasets/last.fm/lastfm-dataset-360K.tar.gz 4. slashdot: http://snap.stanford.edu/data/soc-Slashdot0902.txt.gz 5. epinions: http://snap.stanford.edu/data/soc-Epinions1.txt.gz ## 环境 python3 + jupyter notebook