Completed
Use case: a possible model architecture
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Graph Neural Networks for Information Extraction with PyTorch
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Deep learning landscape
- 3 Sample GNN use case
- 4 A typical information extraction pipeline
- 5 What is a graph?
- 6 Representing graphs in Python
- 7 Graph neural networks
- 8 Comparison with convolutional networks
- 9 Use case: information extraction from tables
- 10 Use case: a possible model architecture
- 11 Implementations, literature