/rencommend_system_learning

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

《推荐系统实践》(项亮等著) —— 代码实现

数据准备

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