Introduction to Graph Neural Networks
Details
Graphs, though omnipresent, had shied away from being in Machine Learning domain, in the past.
The reason is, they are different. They are unstructured. Unlike popular tabular (fixed rows and columns) and images (fixed length, width, and channels) data, graphs have variable number of nodes and edges, making them unsuitable as an input to Machine Learning (ML) algorithms. ML needs fixed-dimensioned-vectorized-features. Now, various approaches are getting devised to embed/vectorize graphs as well.
This session will introduce basics of Graph Neural Networks (GNNs) along with embedding approaches.
Prerequisites: Familiarity with
- Neural Networks
- Graph as a Data Structure
- Machine Learning
Machine Learning
TensorFlow
