首页 > 其他 > 详细

推荐系统论文源码笔记——依次学习之DKN源码笔记

时间:2019-07-31 09:45:44      阅读:176      评论:0      收藏:0      [点我收藏+]

github地址:https://github.com/hwwang55/DKN

数据说明

  • raw_train.txt and raw_test.txt:
    user_id[TAB]news_title[TAB]label[TAB]entity_info
    for each line, where news_title is a list of words w1 w2 ... wn, and entity_info is a list of pairs of entity id and entity name: entity_id_1:entity_name;entity_id_2:entity_name...
  • kg.txt:
    head[TAB]relation[TAB]tail
    for each line, where head and tail are entity ids and relation is the relation id.

Q:entity_info中的entity是什么

 

推荐系统论文源码笔记——依次学习之DKN源码笔记

原文:https://www.cnblogs.com/IcarusYu/p/11274031.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!