Graph Neural Networks in Action

Оглавление⌄
Part....11 Discovering graph neural networks2 Graph embeddingsPart....23 Graph convolutional networks and GraphSAGE4 Graph attention networks5 Graph autoencodersPart....36 Dynamic graphs: Spatiotemporal GNNs7 Learning and inference at scale8 Considerations for GNN projectsA Discovering graphsB Installing and configuring PyTorch Geometric
Описание
В этом материале разберём тему: data.
Graphs are a natural way to model the relationships and hierarchies of real-world data. Graph neural networks (GNNs) optimize deep learning for highly-connected data such as in recommendation engines and social networks, along with specialized applications like molecular modeling for drug discovery.
You’ll work with graph convolutional networks, attention networks, and auto-encoders to take on tasks like node classification, link prediction, working with temporal data, and object classification. About the bookGraph Neural Networks in Action teaches you how to analyze and make predictions on data structured as graphs. Along the way, you’ll learn the best methods for training and deploying GNNs at scale—all clearly illustrated with well-annotated Python code!
What's insideTrain and deploy a graph neural networkGenerate node embeddingsUse GNNs for very large datasetsBuild a graph data pipelineAbout the readerFor Python programmers familiar with machine learning and the basics of deep learning.
Если материал оказался полезен — сохраните страницу.
Поделиться
Частые вопросы
Можно ли скачать «Graph Neural Networks in Action» бесплатно?
Да, «Graph Neural Networks in Action» доступна для бесплатного скачивания на нашем сайте в формате PDF. Ссылка на файл находится на этой странице.
В каком формате и какого размера файл?
Книга предоставляется в формате PDF, размер файла 7,7 МБ.
Кто автор и когда вышла книга?
автор — Broadwater Keita , Stillman Namid, издательство Manning Publications Co., год выпуска 2025, 394 страниц.
О чём книга «Graph Neural Networks in Action»?
Graphs are a natural way to model the relationships and hierarchies of real-world data.