generated from fastai/fastpages
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathbook.qmd
More file actions
126 lines (89 loc) · 7.07 KB
/
book.qmd
File metadata and controls
126 lines (89 loc) · 7.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
layout: page
title: Hands-On Graph Neural Networks Using Python
description: Practical techniques and architectures for building powerful graph and deep learning apps with PyTorch
permalink: /gnnbook/
image: images/gnnbook/cover.png
title-block-banner: true
sidebar: false
toc: false
---
::::: {.column-page}
:::: {.columns}
::: {.column width="50%"}
<!-- <h1 id="title-book">Hands-On Graph Neural Networks Using Python</h1> -->
<p id="desc-book">
I am thrilled to introduce my book on **graph neural networks**, which is the result of almost a year's worth of hard work, research, and collaboration with fellow experts in the field.
When I started learning about GNNs, **resources were particularly scarce**. This book is the guide I wish I had back then: it has been carefully crafted to provide a step-by-step guide for those new to the world of GNNs, while also offering advanced use cases and examples for experienced practitioners. What's more, the entire code with examples and use cases is [freely available on <i class="fa-brands fa-github"></i> **Github**](https://github.com/PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python), making it easy for you to get started with implementing GNNs in Python.
If you're interested in graph neural networks, I highly recommend **checking it out**. I'm confident that you'll find it to be an invaluable resource as you explore this exciting and rapidly growing field.
</p>
<center>
<a href="https://packt.link/a/9781804617526" target="_blank">
<button id="Amazon">
Get your copy! <i class="fa-brands fa-amazon"></i>
</button>
</a>
</center>
:::
::: {.column width="50%"}
<center><img src="/images/gnnbook/cover.png" alt="Hands-On Graph Neural Networks Using Python" width="400" id="gnn-book"></center>
:::
::::
:::::
<!-- ::::: {.column-page}
:::: {.columns}
::: {.column width="55%"}
<p id="desc-book">
I am thrilled to introduce my book on **graph neural networks**, which is the result of almost a year's worth of hard work, research, and collaboration with fellow experts in the field.
When I started learning about GNNs, **resources were particularly scarce**. This book is the guide I wish I had back then: it has been carefully crafted to provide a step-by-step guide for those new to the world of GNNs, while also offering advanced use cases and examples for experienced practitioners. What's more, the entire code with examples and use cases is [freely available on <i class="fa-brands fa-github"></i> **Github**](https://github.com/PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python), making it easy for you to get started with implementing GNNs in Python.
If you're interested in graph neural networks, I highly recommend **checking it out**. I'm confident that you'll find it to be an invaluable resource as you explore this exciting and rapidly growing field.
</p>
<center>
<a href="https://packt.link/a/9781804617526" target="_blank">
<button id="Amazon">
Get your copy! <i class="fa-brands fa-amazon"></i>
</button>
</a>
</center>
:::
::: {.column width="45%"}
<center><img src="/images/gnnbook/cover.png" alt="Hands-On Graph Neural Networks Using Python" width="400" id="gnn-book"></center>
:::
::::
::::: -->
<!-- <center><img src="/images/gnnbook/cover.png" alt="Hands-On Graph Neural Networks Using Python" width="400" id="gnn-book"></center>
I am thrilled to introduce my book on graph neural networks, which is the result of almost a year's worth of hard work, research, and collaboration with fellow experts in the field.
When I started learning about GNNs, **resources were particularly scarce**. This book is the guide I wish I had back then: it has been carefully crafted to provide a step-by-step guide for those new to the world of GNNs, while also offering advanced use cases and examples for experienced practitioners. What's more, the entire code with examples and use cases is [freely available on <i class="fa-brands fa-github"></i> **Github**](https://github.com/PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python), making it easy for you to get started with implementing GNNs in Python.
If you're interested in graph neural networks, I highly recommend **checking it out**. I'm confident that you'll find it to be an invaluable resource as you explore this exciting and rapidly growing field.
<center>
<a href="https://packt.link/a/9781804617526" target="_blank">
<button id="Amazon">
Get your copy! <i class="fa-brands fa-amazon"></i>
</button>
</a>
</center> -->
## 📘 Key Features
* **Implement** state-of-the-art graph neural network architectures in Python
* **Create** your own graph datasets from tabular data
* **Build** powerful traffic forecasting, recommender systems, and anomaly detection applications
## 💼 Book Description
Graph neural networks are a highly effective tool for analyzing data that can be represented as a graph, such as social networks, chemical compounds, or transportation networks. The past few years have seen an **explosion in the use of graph neural networks**, with their application ranging from natural language processing and computer vision to recommendation systems and drug discovery.
Hands-On Graph Neural Networks Using Python begins with the **fundamentals** of graph theory and shows you how to create graph datasets from tabular data. As you advance, you'll explore major graph neural network architectures and learn **essential concepts** such as graph convolution, self-attention, link prediction, and heterogeneous graphs. Finally, the book proposes **applications to solve real-life problems**, enabling you to build a professional portfolio. The code is readily available online and can be easily adapted to other datasets and apps.
By the end of this book, you'll have learned to create graph datasets, implement graph neural networks using Python and PyTorch Geometric, and apply them to solve real-world problems, along with building and training graph neural network models for node and graph classification, link prediction, and much more!
## 🔑 What you will learn
* Understand the fundamental concepts of graph neural networks
* Implement graph neural networks using Python and PyTorch Geometric
* Classify nodes, graphs, and edges using millions of samples
* Predict and generate realistic graph topologies
* Combine heterogeneous sources to improve performance
* Forecast future events using topological information
* Apply graph neural networks to solve real-world problems
## 💡 Who this book is for
This book is for **machine learning practitioners** and **data scientists** interested in learning about graph neural networks and their applications, as well as **students** looking for a comprehensive reference on this rapidly growing field. Whether you're new to graph neural networks or looking to take your knowledge to the next level, this book has something for you. Basic knowledge of machine learning and Python programming will help you get the most out of this book.
<center>
<a href="https://packt.link/a/9781804617526" target="_blank">
<button id="Amazon">
Get your copy! <i class="fa-brands fa-amazon"></i>
</button>
</a>
</center>