天天看點

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/

繼續閱讀