Deep Learning Tutorials#
A collection of hands-on deep learning tutorials covering graph neural networks and transformers, implemented in PyTorch with detailed explanations.
Graph Neural Networks
Learn how Graph Convolutional Networks (GCNs) aggregate information from a node’s neighbourhood to learn powerful graph representations.
Transformers & Attention
Understand self-attention from first principles and see how the Transformer architecture is built step by step.