Skip to content

marcin-laskowski/Pytorch-Geometric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Pytorch Geometric

Geometric Deep Learning Extension Library for PyTorch

General

PyTorch Geometric is a geometric deep learning extension library for PyTorch.

It consists of various methods for deep learning on graphs and other irregular structures, also known as geometric deep learning, from a variety of published papers. In addition, it consists of an easy-to-use mini-batch loader, a large number of common benchmark datasets (based on simple interfaces to create your own), and helpful transforms, both for learning on arbitrary graphs as well as on 3D meshes or point clouds.

To install Pytorch Geometric go to Instalation Guide

Fundamentals

PyTorch Geometric through self-contained examples. At its core, PyTorch Geometric provides the following main features:

In detail, the following methods are currently implemented:

About

Geometric Deep Learning Extension Library for PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages