Skip to content

Mutagenicity prediction with Custom Graph Convolutional Networks (GCNs)

Notifications You must be signed in to change notification settings

mikasenghaas/mutag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mutagenicity Prediction with Graph Convolutional Networks

Mutagenic compounds have the potential to induce genetic mutations in living organisms, thereby increasing the risk of cancer. Detecting mutagenicity is thus a critical endeavour in the field of biomedicine.

This project explores the use of Graph Convolutional Networks (GCNs) to predict mutagenicity in chemical compounds. Through a rigorous evaluation of various graph convolutional and pooling techniques on the MUTAG dataset, we find that GCNs can effectively learn graph representations, achieving high accuracy in mutagenicity prediction. For details refer to the source code in main.ipynb and the two-page report detailing the experiment setup and findings in report.pdf.

This project was carried out for the course Deep Learning in Biomedicine (CS-502) at EPFL. The following graph convolutional layers are implemented in PyTorch:

About

Mutagenicity prediction with Custom Graph Convolutional Networks (GCNs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published