Fall Research Expo 2020

Gated Graph Recurrent Neural Networks

Graph Recurrent Neural Networks (GRNNs) are a way of doing Machine Learning. More specifically, the Gated GRNNs are useful when what we want to predict is a sequence of data in a given network, and where an earlier data point can determine or influence a very later data point, be it in a spatial or temporal way.

In this project, first we reproduced the results of many experiments involving different kinds of Graph Neural Networks to test their performance with artificial data generated with code changing the dependencies and information enclosed on the data.

We also developed our own experiment where we used the traffic data of the counties in New York and the flu cases reported at different weeks of the year 2010 and 2011 in all those counties. By combining those two insights (traffic and flu cases) we were able to implement a Graph Recurrent Neural Network to predict the cases in later weeks. In the beginning the error was very high, but after tuning the parameters of the network (a very important part of the very iterative process of working with Neural Networks) we could bring the error down considerably.

Apart from epidemics, this kind of experiments can be escalated and applied to other areas and problems, so it becomes relevant to different fields and situations.

PRESENTED BY
PURM - Penn Undergraduate Research Mentoring Program
Engineering & Applied Sciences 2023
Advised By
Alejandro Ribeiro
Dr.
Luana Ruiz
Join Ricardo for a virtual discussion
PRESENTED BY
PURM - Penn Undergraduate Research Mentoring Program
Engineering & Applied Sciences 2023
Advised By
Alejandro Ribeiro
Dr.
Luana Ruiz

Comments