天天看点

PyTorch、PyG炼丹大法【资料汇总】

PyTorch

官方60min入门教程

https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html

官方60min入门教程【中文翻译版】

https://github.com/fengdu78/Data-Science-Notes/tree/master/8.deep-learning/PyTorch_beginner

pytorch-handbook【中文手册】

https://github.com/zergtant/pytorch-handbook

PyTorch中文文档

https://pytorch-cn.readthedocs.io/zh/latest/package_references/torch/#tensors

PyTorch中文资料【干货】

https://github.com/INTERMT/Awesome-PyTorch-Chinese

PyG(PyTorch Geometric)

paper

《FAST GRAPH REPRESENTATION LEARNING WITH PYTORCH GEOMETRIC》。

项目地址github

https://github.com/rusty1s/pytorch_geometric

文档和学习资料

官方文档:https://pytorch-geometric.readthedocs.io/en/latest/

教程配套代码:https://github.com/dips4717/PyGeometric-tutorials

知乎:图神经网络库PyTorch geometric(PYG)零基础上手教程

知乎:Pyg学习02:入门示例

PyGT(PyTorch Geometric Temporal)

项目地址github

https://github.com/benedekrozemberczki/pytorch_geometric_temporal

文档和学习资料

官方文档:https://pytorch-geometric-temporal.readthedocs.io/en/latest/

继续阅读