GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
pyg-team

pyg-team / pytorch_geometric

星标22.78 k
复刻3.87 k


问题 官网
 
Loading

该仓库已收录但尚未编辑。项目介绍及使用教程请前往 GitHub 阅读 README


0 条讨论

登录后发表评论

关于

Graph Neural Network Library for PyTorch

pyg.org
PyTorchgeometric-deep-learninggraph-neural-networks深度学习graph-convolutional-networks
创建时间

2017-10-06

是否国产

否

  修改时间

2025-08-19T22:31:22Z

Readme
相关推荐

语言

  • Python99.5%
  • Jinja0.3%
  • Shell0.2%
  • 其他0.01%

您可能感兴趣的

grok-1
@xai-org

大模型Grok-1开源

Python50.41 k
1 年前
Distributed (Deep) Machine Learning Community
dgl
Distributed (Deep) Machine Learning Community@dmlc

#计算机科学#Python package built to ease deep learning on graph, on top of existing DL frameworks.

深度学习graph-neural-networks
Python14.03 k
19 天前
THUNLP
GNNPapers
THUNLP@thunlp

Must-read papers on graph neural networks (GNN)

paper-listgnn
16.53 k
2 年前🇨🇳
huggingface/transformers
Hugging Face
transformers
Hugging Face@huggingface

#自然语言处理#为 Jax、PyTorch 和 TensorFlow 打造的先进的自然语言处理

自然语言处理PyTorchpytorch-transformerstransformer
Python148.56 k
1 小时前
Open-Sora
@hpcaitech

Open-Sora: 完全开源的高效复现类Sora视频生成方案

Python27.04 k
4 个月前
pytorch
pytorch
@pytorch • Meta

#计算机科学#PyTorch 是一个开源的Python机器学习库,基于Torch,底层由C++实现。

神经网络autogradgpuNumPy深度学习
Python92.53 k
39 分钟前
HeyPuter/puter
puter
@HeyPuter

Puter 是一个运行在浏览器上的OS。功能丰富、快速、可扩展性强。它可以用于构建远程桌面环境,也可以作为云存储服务、远程服务器、网络托管平台等的接口。

Desktopdesktop-environmentosjsweb-desktopwebtop
JavaScript35.29 k
12 小时前
pygcn
@tkipf

Graph Convolutional Networks in PyTorch

Python5.33 k
5 年前
gordicaleksa/pytorch-GAT
pytorch-GAT
@gordicaleksa

#计算机科学#My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy...

gatgraph-attention-networksattention-mechanismself-attentionPyTorch
Jupyter Notebook2.58 k
3 年前
ggml-org/llama.cpp
llama.cpp
@ggml-org

Facebook 的 LLaMA 模型在 C/C++ 中的移植

ggml
C++85.18 k
37 分钟前
OpenAI
transformer-debugger
OpenAI@openai

Python4.09 k
1 年前
OpenHands
@All-Hands-AI

#大语言模型#🙌 OpenHands: Code Less, Make More

agent人工智能大语言模型ChatGPTclaude-ai
Python62.31 k
4 小时前
⚡️ Lightning AI
lightning-thunder
⚡️ Lightning AI @Lightning-AI

PyTorch compiler that accelerates training and inference. Get built-in optimizations for performance, memory, parallelism, and easily write your own.

Python1.39 k
5 天前
openinterpreter/open-interpreter
open-interpreter
@openinterpreter

#大语言模型#Open Interpreter(开放解释器) 可以让大语言模型(LLMs)在本地运行代码(比如 Python、JavaScript、Shell 等)。安装后,在终端上运行 $ interpreter 即可通过类似 ChatGPT 的界面与 Open Interpreter 聊天。

ChatGPTgpt-4PythoninterpreterJavaScript
Python60.31 k
14 天前
labmlai/annotated_deep_learning_paper_implementations
annotated_deep_learning_paper_implementations
@labmlai

#计算机科学#59 篇深度学习论文的实现,并带有详细注释。包括 transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 强化学习 (ppo, dqn), capsnet, distillation, ... 🧠

深度学习PyTorchGenerative Adversarial Networktransformers
Python62.63 k
8 天前
NetworkX
networkx
NetworkX@networkx

NetworkX 是一个Python 图库,用于构建、操作和研究复杂的图结构

Pythoncomplex-networksgraph-theorygraph-algorithmsgraph-analysis
Python16.08 k
3 天前
Dive into Deep Learning (D2L.ai)
d2l-zh
Dive into Deep Learning (D2L.ai)@d2l-ai

#自然语言处理#《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。

深度学习booknotebook自然语言处理机器视觉
Python71.81 k
1 年前🇨🇳
rasbt/LLMs-from-scratch
Sebastian Raschka
LLMs-from-scratch
Sebastian Raschka@rasbt

#大语言模型#《Build a Large Language Model (From Scratch)》,从零开始使用PyTorch实现一个类似ChatGPT的大型语言模型

ChatGPTgptlarge-language-models大语言模型Python
Jupyter Notebook65.93 k
8 小时前
Lightning-AI/pytorch-lightning
⚡️ Lightning AI
pytorch-lightning
⚡️ Lightning AI @Lightning-AI

#计算机科学#Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.

Python深度学习人工智能PyTorch
Python30 k
17 小时前
hiyouga/LLaMA-Factory
LLaMA-Factory
@hiyouga

#自然语言处理#Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)

fine-tuningllama大语言模型pefttransformers
Python56.45 k
8 小时前