Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Graph Neural Network
Bestseller
Rating: 4.4 out of 5(681 ratings)
2,359 students

Graph Neural Network

From Graph Representation Learning to Graph Neural Network (Complete Introductory Course to GNN)
Last updated 6/2021
English

What you'll learn

  • Graph Representation Learning
  • Graph Neural Network (GNN)
  • Graph Analysis
  • Graph Embedding
  • DeepWalk
  • Node2Vec
  • Graph Convolution Network (GCN)
  • Graph Attention Network (GAT)
  • Simplifying Graph Convolution (SGC)
  • Inductive and Transudative Learning
  • GraphSAGE
  • Pytorch Geometric
  • Convolution

Course content

4 sections26 lectures4h 29m total length
  • Graph Definition5:24

    Define graphs as nodes with features connected by edges that encode relationships; distinguish directed from undirected graphs with twitter and facebook examples, and note adjacency and weights matrices.

  • Storing Graph Information6:19

    Learn how to store graph data for a homogeneous graph with four nodes using an edge list and an adjacency matrix, including directed versus undirected edges and weighted connections.

  • Graph Degree and Laplacian of Graph6:52

    Explore how the degree matrix and laplacian derive from the adjacency matrix to analyze node influence and graph structure, with applications in mesh completion and brain networks.

  • Definition of Learning in Graph Representation Learning6:28

    Embed each graph node into an embedding space to preserve node similarity. Use encoders and decoders to minimize a loss function that aligns original and embedding similarities for link prediction.

  • Drawback in existing graph learning models1:44

    Explore the drawbacks of existing graph learning models, including lack of parameter sharing, missing semantic information, and non-inductive encoders, and learn how convolution motivates graph neural networks.

  • Workshop - Using Torch and Torch Geometric for defining a graph23:56

    Learn to define graphs for graph neural networks using PyTorch Geometric and PyTorch, building a graph with node features, edge indices, and weights, then plot with NetworkX.

Requirements

  • Introductory background on machine learning and deep learning
  • Introductory background on signal processing and data analysis
  • Algebra
  • Python

Description

In recent years, Graph Neural Network (GNN) has gained increasing popularity in various domains due to its great expressive power and outstanding performance. Graph structures allow us to capture data with complex structures and relationships, and GNN provides us the opportunity to study and model this complex data representation for tasks such as classification, clustering, link prediction, and robust representation.

While the first motivation of GNN's roots traces back to 1997, it was only a few years ago (around 2017), that deep learning on graphs started to attract a lot of attention.

Since the concept is relatively new, most of the knowledge is learned through conference and journal papers, and when I started learning about GNN, I had difficulty knowing where to start and what to read, as there was no course available to structure the content. Therefore, I took it upon myself to construct this course with the objective of structuring the learning materials and providing a rapid full introductory course for GNN.


This course will provide complete introductory materials for learning Graph Neural Network. By finishing this course you get a good understanding of the topic both in theory and practice.
This means you will see both math and code.


If you want to start learning about Graph Neural Network, This is for you.

If you want to be able to implement Graph Neural Network models in PyTorch Geometric, This is for you.


Who this course is for:

  • Engineering Graduate Students
  • Computer Science Graduate Students
  • Data Scientists
  • Python developers interested to learn Graph Neural Network
  • Deep learning engineers
  • Machine learning engineers
  • Signal Processing Engineers
  • Neural Network Enthusiasm