Skip to content

Hugo-Robalino/Center-Loss-in-Graph-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the Center Loss in a Graph Neural Network for Fake News Detection

Tools used:

This projects investigates if an improvement in performance in the GNN model can be achieved by implementing the center loss, which provides the model with not only separability but also discriminative power.

It was found that, although the center loss does give the model discriminative power, there is no improvement in performance.

Setting up data and virtual environment

The dataset is integrated in PyTorch-geometric. Instructions for how to acces it can be found in the original UPFD framework GitHub page.

The utils directoy as well as the center_loss file were uploaded again to ensure that the main.py file works properly.

All the environment requirements can be found in the .yml file.

About

Center Loss implementation in a Graph Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages