Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 817 Bytes

File metadata and controls

24 lines (19 loc) · 817 Bytes

Graph Convolution Network GCN with Dimensional Redaction and Differential Algorithms using Python

Loading the dataset (Cora and Pubmed)

API that are used in this Project

  • tensorflow
  • sklearn
  • pymoo
  • stellargraph
  • matplotlib
  • numpy
  • pandas
  • networkx
  • IPython

Training and Evaluating to GCN Model

download-1

Differential Evolution Algorithm

download-2

Dimensionality Reduction Algorithm

download-3