Jraph

This lesson offers an overview of Jraph, a library providing support for Graph Neural Networks (GNNs).

Graph theory

Graph theory is a beautiful subject that has applications in many fields, including molecular structures, path planning, search engine optimization (SEO), and social media.

Let’s have a quick recap of graph theory.

Basic terminology

A graph is a collection of vertices and edges connecting these vertices. A directed graph contains directed edges.

E(u,v)E(v,u)E(u,v) \ne E(v,u)

A loop is an edge starting and terminating at the same vertex. - E( ...

Get hands-on with 1400+ tech skills courses.