Skip to content

rajanbit/freeSolv-node-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCN Based Classification of Masked Nodes in Molecular Graphs Using FreeSolv Dataset

Introduction

In this study, a Graph Convolutional Network (GCN) model was trained to predict the masked node class (Carbon: C, Nitrogen: N or Oxygen: O) using molecular graphs generated from FreeSolv dataset. Each molecule was repre- sented as a graph, with atoms as nodes and bonds as edges. The model achieved an overall accuracy of 0.84 on the hold-out test set for node classification task, demonstrating the superior capability of graph-based deep learning (DL) models like GCN in node level prediction task using molecular graphs as input.

Model Architecture

For more details, please refer to this doc.

Warning

This project is intended strictly for learning and educational purposes. The paper (dummy) and model architecture (GCN) have been implemented only to understand Graph Neural Networks. The code should not be used for production, deployment, or any critical decision-making.

About

GCN Based Classification of Masked Nodes in Molecular Graphs Using FreeSolv Dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors