08volt / keras-deep-graph-learning

Welcome to Keras Deep Learning on Graphs (Keras-DGL) http://vermaMachineLearning.github.io/keras-deep-graph-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Keras Deep Learning on Graphs (Keras-DGL)

The aim of this keras extension is to provide Sequential and Functional API for performing deep learning tasks on graphs. Specifically, Keras-DGL provides implementation for these particular type of layers,

  • Graph Convolutional Neural Networks (GraphCNN).
  • Graph Attention Convolutional Neural Networks (GraphAttentionCNN).
  • Graph Convolutional Recurrent Neural Networks (GraphConvLSTM).
  • Graph Capsule Convolutional Recurrent Neural Networks (GraphCapsuleCNN) TBD.
  • Graph Message Passing Neural Networks (GraphNeuralNetworks) TBD.
  • Keras-DGL also contains implementation of various graph convolutional filters TBD.

Read the documentation: http://vermaMachineLearning.github.io/keras-deep-graph-learning

About

Welcome to Keras Deep Learning on Graphs (Keras-DGL) http://vermaMachineLearning.github.io/keras-deep-graph-learning

License:MIT License


Languages

Language:HTML 54.1%Language:Python 27.4%Language:JavaScript 12.6%Language:CSS 5.9%