Skip to content

Code for the paper "Understanding Horizon 2020 data: A knowledge graph-based approach"

License

Notifications You must be signed in to change notification settings

NC0DER/CORDISKG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding Horizon 2020 data: A knowledge graph-based approach

This repository hosts code for the papers:

Datasets

Available in this link

Test Results

Configure CordisKG\config.py and run CordisKG.py.

Installation

  • Python 3 (min. version 3.6), pip3 (& py launcher Windows-only).
  • Pytorch (min. version 1.8.0) the install guide can be found in (https://pytorch.org/)
  • For speedup, pytorch also supports GPU parallelization with CUDA (min. version 11.0)
  • Run pip3 install -r requirements.txt

Contributors