Skip to content

reiniscimurs/gnn_with_pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Learn Graph Neural Networks (GNN)! [PyTorch Geometric]

"Let's Learn Graph Neural Networks!" is an introductory course to Graph Neural Networks (GNN). GNN is a neural network that incorporates deep learning into the data structure called "graph," composed of nodes and edges.

GNN has been applied in various fields such as recommendation systems, analysis of human relationships, prediction in transportation and logistics, and estimation of physical properties of compounds.

Section 1: Overview of GNN → Learn the overview of GNN and the development environment.

Section 2: Fundamentals of GNN → Learn the mathematical fundamentals of GNN and how to use PyTorch Geometric.

Section 3: Simple GNN → Implement a simple GNN using PyTorch Geometric.

Section 4: Graph Convolutional Networks → Learn about Graph Convolutional Networks (GCN) using Convolutional Neural Networks (CNN).

Section 5: Graph Attention Networks → Learn about Graph Attention Networks (GAT) utilizing "Attention."

Udemy Course: Let's Learn Graph Neural Networks (GNN)!

Airs-Lab Open Research Laboratory (Community)

An online community focused on exchanging ideas and creating content around the theme of "AI." https://www.airs-lab.jp/

News! AIRS-Lab Newsletter

Get the latest content from AIRS-Lab, including AI discussions, lecture videos, Udemy course discounts, and more, delivered to your email. https://www.airs-lab.jp/newsletter

AI Classroom AIRS-Lab (YouTube Channel)

Every Monday at 21:00, live lectures on YouTube covering various AI topics. https://www.youtube.com/channel/UCT_HwlT8bgYrpKrEvw0jH7Q

Udemy Courses

Multiple AI-related courses are available on the online video learning platform Udemy. https://www.airs-lab.jp/lectures

About

Graph Neural Networks with PyTorch Geometric

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%