tianchi-news-recommendation

所属分类:推荐系统
开发工具:Python
文件大小:18KB
下载次数:0
上传日期:2021-01-24 12:20:44
上 传 者sh-1993
说明:  零基础入门推荐系统 - 新闻推荐 Top2
(Zero basics introductory recommendation system - news recommendation Top2)

文件列表:
code (0, 2021-01-24)
code\data.py (3847, 2021-01-24)
code\rank_feature.py (11120, 2021-01-24)
code\rank_lgb.py (5893, 2021-01-24)
code\recall.py (6309, 2021-01-24)
code\recall_binetwork.py (6107, 2021-01-24)
code\recall_itemcf.py (6502, 2021-01-24)
code\recall_w2v.py (7246, 2021-01-24)
code\test.sh (555, 2021-01-24)
code\utils.py (6046, 2021-01-24)
requirements.txt (161, 2021-01-24)

零基础入门推荐系统 - 新闻推荐 Top2 比赛地址: https://tianchi.aliyun.com/competition/entrance/531842/introduction # 解决方案 采用3种召回方式:itemcf 召回,binetwork 召回和基于 word2vec 的 i2i 召回。合并去重并删除没有召回到真实商品的用户数据后,利用特征工程+ LGB 二分类模型进行排序。 # 复现步骤 操作系统:ubuntu 16.04 ``` pip install requirements.txt cd code bash test.sh ```

近期下载者

相关文件


收藏者