datawhalechina/grape-book
图深度学习(葡萄书),在线阅读地址: https://datawhalechina.github.io/grape-book
This book provides a gentle introduction to graph deep learning, a method used to find patterns and make predictions from connected data like social networks or molecular structures. It takes concepts and examples from various academic courses and industry practices to explain the theoretical foundations and offers practical code examples. Data scientists, machine learning engineers, and researchers can use this resource to understand and implement graph-based machine learning models.
277 stars. No commits in the last 6 months.
Use this if you are a data professional or researcher looking for a comprehensive guide to quickly get up to speed with graph deep learning concepts and their practical application using popular open-source frameworks.
Not ideal if you are looking for a high-level overview without code examples or advanced, specialized applications of graph neural networks in niche domains.
Stars
277
Forks
43
Language
HTML
License
—
Category
Last pushed
Apr 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/datawhalechina/grape-book"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.