# mkr-recommendation
MKR is a Multi-task learning approach for Knowledge graph enhanced Recommendation. MKR consists of two parts: the recommender system (RS) module and the knowledge graph embedding (KGE) module. The two modules are bridged by cross&compress units, which can automatically learn high-order interactions of item and entity features and transfer knowledge between the two tasks.
![framework](https://github.com/demomagic/mkr-recommendation/blob/master/img/framework.png)
# Usage
For movie:
python preprocess.py -d movie
python main.py -dataset movie
python predict_test.py -d movie # Testing the .pd model
For book:
python preprocess.py -d book
python main.py -dataset book
python predict_test.py -d book # Testing the .pd model
For music:
python preprocess.py -d music
python main.py -dataset music
python predict_test.py -d music # Testing the .pd model
# File structure
* model/
* movie/, book/, music/
* restore/: model save recovery save/restore method, use it to restore model weights
* result/: save the .pd model, deploy model using tensorflow serving
* vocab/: save the embedding, in order to transfer weight, use it for iterative training if new users or new movie/music/book join
* data/
* book/
* BX-Book-Ratings.csv: raw rating file of Book-Crossing dataset
* item_index2entity_id.txt: the mapping from item indices in the raw rating file to entity IDs in the KG
* kg.txt: knowledge graph file
* movie/
* item_index2entity_id.txt: the mapping from item indices in the raw rating file to entity IDs in the KG
* kg.txt: knowledge graph file
* ratrings.dat: raw rating file of MovieLens-1M
* music/
* item_index2entity_id.txt: the mapping from item indices in the raw rating file to entity IDs in the KG
* kg.txt: knowledge graph file
* user_artists.dat: raw rating file of Last.FM
# Reference
[hwwang55/MKR](https://github.com/hwwang55/MKR)
[Multi-Task Feature Learning for Knowledge Graph Enhanced Recommendation. In Proceedings of The 2019 Web Conference (WWW 2019)](https://arxiv.org/abs/1901.08907)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
知识图谱是一种结构化的知识表达形式,它以图形的方式组织和存储了大量实体(如人、地点、事件等)及其相互关系。在知识图谱中,实体作为节点,实体之间的各种语义关联则通过边进行连接,形成了一个庞大的数据网络。 知识图谱的核心价值在于其能够精确、直观地表示复杂世界中的知识,并支持高效的知识查询与推理。例如,在搜索引擎中,知识图谱可以提升搜索结果的相关性和准确性,为用户提供直接的答案而非仅仅是网页链接。同时,知识图谱还能支撑高级的人工智能应用,比如问答系统、推荐系统、决策支持等领域。 构建知识图谱的过程通常包括数据抽取、知识融合、实体识别、关系抽取等多个步骤,涉及到自然语言处理、机器学习、数据库技术等多种技术手段。知识图谱的不断完善有助于实现从海量信息中挖掘深层次、有价值的知识,从而推动人工智能向着更加理解人类世界的智慧方向发展。 总之,知识图谱是一个大规模、多领域、多源异构知识集成的载体,是实现智能化信息系统的基础工具和关键基础设施,对于提升信息检索质量、推动智能应用研发具有重要作用。
资源推荐
资源详情
资源评论
收起资源包目录
基于知识图谱的音乐推荐系统的设计与实现.zip (451个子文件)
.babelrc 460B
.babelrc 402B
scrapy.cfg 269B
checkpoint 73B
reset.css 1KB
user_artists.dat 1.12MB
mkr.ckpt.data-00000-of-00001 11.84MB
variables.data-00000-of-00001 11.84MB
张昕宇_毕业设计.doc 3.53MB
~$宇_毕业设计.doc 162B
.editorconfig 147B
.editorconfig 147B
.eslintignore 51B
.eslintrc 58B
loading.gif 19KB
.gitattributes 43B
.gitignore 213B
.gitignore 154B
.gitignore 38B
.gitignore 14B
.gitkeep 0B
.gitkeep 0B
index.html 2KB
index.html 302B
favicon.ico 1KB
MusicRec.iml 1KB
bysj.iml 724B
NetCloudMusic.iml 467B
mkr.ckpt.index 2KB
variables.index 2KB
bookcode.jpg 38KB
webpack.prod.conf.js 7KB
webpack.prod.conf.js 5KB
playlist.js 4KB
artist.js 3KB
rankingList.js 3KB
user.js 3KB
index.js 3KB
webpack.dev.conf.js 3KB
webpack.dev.conf.js 3KB
webpack.base.conf.js 3KB
utils.js 3KB
utils.js 3KB
index.js 2KB
webpack.base.conf.js 2KB
index.js 2KB
playList.js 2KB
user.js 2KB
tool.js 2KB
axios.js 2KB
runner.js 2KB
dj.js 1KB
song.js 1KB
request.js 1KB
main.js 1KB
check-versions.js 1KB
check-versions.js 1KB
home.js 1KB
build.js 1KB
build.js 1KB
mv.js 1KB
api.js 1KB
login.js 1KB
nightwatch.conf.js 1KB
debounce.js 972B
index.js 922B
search.js 899B
permission.js 870B
.eslintrc.js 790B
index.js 771B
elementCount.js 765B
jest.conf.js 725B
album.js 709B
fetch.js 650B
main.js 593B
test.js 561B
vue-loader.conf.js 559B
vue-loader.conf.js 553B
getters.js 486B
comment.js 362B
HelloWorld.spec.js 348B
index.js 276B
.postcssrc.js 246B
.postcssrc.js 246B
index.js 227B
dev.env.js 195B
dev.env.js 156B
test.env.js 149B
prod.env.js 61B
prod.env.js 61B
setup.js 56B
linkBase.js 49B
bus.js 46B
sing_sim.json 133B
song_sim.json 133B
singer_sim_singer.json 133B
user_song_prefer.json 133B
user_playlist_prefer.json 133B
song_tag.json 132B
sing_song.json 131B
共 451 条
- 1
- 2
- 3
- 4
- 5
资源评论
JJJ69
- 粉丝: 6353
- 资源: 5918
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 主题渗透测试&代码审计的内容.zip
- 钓鱼检测数据集VOC+YOLO格式1813张1类别.zip
- 【java毕业设计】酒店管理系统源码(完整前后端+说明文档+LW).zip
- 大数据管理与分析课程设计-基于hadoop实现的图书推荐系统+Java源码+文档说明+课程实验报告(高分作品)
- Python实现基于CNN+LSTM的4位验证码识别项目源码(高分毕业设计)
- 主要用于渗透测试中的字典.zip
- 基于 Java+Mysql 实现的某学校题库管理系统【数据库课程设计】
- C#订单配送管理系统源码数据库 SQL2008源码类型 WebForm
- 【java毕业设计】基于聊天室的远程作业管理系统源码(完整前后端+说明文档+LW).zip
- AI职场领域提示词模板(AI写作提示词)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功