Skip to content
View shark-art's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report shark-art

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shark-art/README.md

Adaptive Knowledge-Graph based Recommender with User's Cross-Item-Category Exploration Factor

This is our PyTorch implementation for the paper:

Environment Requirement

The code has been tested running under Python 3.6.5. The required packages are as follows:

  • pytorch == 1.8.1
  • numpy == 1.19.5
  • scipy == 1.1.0
  • sklearn == 0.20.0
  • torch_scatter == 2.0.9
  • networkx == 2.5

Dataset

We provide three processed datasets: Movielens, Last-FM, and Alibaba-iFashion.

Example to Run the Codes

You can run the .py file directly, using the following command to run the model:

$ python main.py

Popular repositories Loading

  1. ailearning ailearning Public

    Forked from apachecn/ailearning

    AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2

    Python 1

  2. - - Public

  3. gitLearning gitLearning Public

  4. shark-art shark-art Public

    Config files for my GitHub profile.

  5. chatgpt-demo chatgpt-demo Public

    Forked from anse-app/chatgpt-demo

    A demo repo based on OpenAI API (gpt-3.5-turbo)

    TypeScript

  6. chatgpt-web chatgpt-web Public

    Forked from Chanzhaoyu/chatgpt-web

    用 Express 和 Vue3 搭建的 ChatGPT 演示网页

    Vue