Skip to content

Commit

Permalink
Minor tutorial site changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 491191844
  • Loading branch information
phanein authored and tensorflower-gardener committed Nov 27, 2022
1 parent e930d07 commit 1a12448
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/tutorials/neurips_2022/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
## <p align="center">**NeurIPS'22 Tutorial**</p>
### <p align="center">Monday, November 28th</p>
<p align="center">9:30 a.m. - 12:25 p.m. CST</p>
<h3 align="center"> <a href=https://neurips.cc/Expo/Conferences/2022/workshop/63090>Schedule and Livestream Link</a></h3>
<h3 align="center"> <a href=https://neurips.cc/Expo/Conferences/2022/workshop/63090>🎥 Schedule and Livestream Link 🎥</a></h3>

### Motivation

Graphs are general data structures that can represent information from a variety
of domains (social, biomedical, online transactions, and many more). Graph
Neural Networks (GNNs) are quickly becoming the de-facto Machine Learning models
for learning from graph data and inferring missing information (such as
predicting labels of nodes or imputing missing edges).
Neural Networks (GNNs) are an exciting way to use graph structured data inside
neural network models that have recently exploded in popularity. However,
implementing GNNs and running GNNs on large (and complex) datasets still raises
a number of challenges for machine learning platforms.

#### Goals

Expand Down

0 comments on commit 1a12448

Please sign in to comment.