Skip to content

Implementation of GCN-based GAE for monitoring technology convergence

Notifications You must be signed in to change notification settings

rwss2021/GCN-based-GAE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

GCN-based GAE

The repository implements GCN-based GAE for monitoring technology convergence. The example.py demonstrates how to use GCN to generate patent and technological keywords vectors and technology intensity coordinates.

With pip

This repository is built on the Package dgl version 0.4.3 and Pytorch with a GTX 1080 Ti graphics card.

DGL with cuda (e.g., cuda version 10.1) can be installed using pip as follows:

pip install dgl-cu101==0.4.3

DGL (CPU only) can be installed using pip as follows:

pip install dgl==0.4.3

Usage

If you want to customize the model to your own datasets, please go first to check the Sample folder for data formats.

About

Implementation of GCN-based GAE for monitoring technology convergence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.3%
  • Python 37.7%