Skip to content

ChaDolI/Graph_Neural_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Graph Neural Network

Author : Cha Jong Hyun, Master`s course in Ajou University Autonomous Control Laboratory

This repository is just a basic research note of GNN study

GNN(Graph Neural Network) is a neural network made up with vertices and edges.
These vertices and edges are represented with G.

G = {V(vertices, E(edges)}
image

(source : https://medium.com/datadriveninvestor/an-introduction-to-graph-neural-network-gnn-for-analysing-structured-data-afce79f4cfdc)

The GNN above can be defined as G=({1,2,3},{{1,2},{2,3},{1,3}}).

About

Graph_Neural_Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published