KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
RKGE
★ 9
Open GitHub ↗
基于知识图谱的推荐算法-RKGE的实现
Download README (.md)
Explore Similar Repositories
supergrids
:
Algorithmic drum sequencer built on droid eurorack platform
naviton_navigation
:
Navigation system for outdoor mobile robot
Ender-3-SKR-mini-E3-v3-Marlin-Config-2.1.1
:
Marlin 2.1.1 for Skr mini E3 v3
nymfrench-bot
:
Telegram Bot for listing informations about mixnodes and gateway in Nym French Community
SpendingManagement
:
Ứng dụng quản lý chi tiêu
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RKGE
?
Download (.md)
# RKGE 基于知识图谱的推荐算法-RKGE的实现 # 运行环境 python == 3.7.0 torch == 1.12.0 pandas == 1.1.5 numpy == 1.21.6 sklearn == 0.0 networkx == 2.5 # 数据集介绍 music-音乐 book-书籍 ml-电影 yelp-商户 # 文件介绍 ratings.txt:记录用户点击的项目,1代表点击了,0代表没有点击 kg.txt:知识图谱文件,第一列是头实体,第二列是尾实体,第三列是关系 user-list.txt:用户及其id文件,第一列是用户的id,第二列是用户 其余文件可忽略