Skip to content

rajanbit/bbbp-graph-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Blood-Brain Barrier Penetration (BBBP) of molecules using Graph Attention Networks (GAT)

Introduction

In the present study, a Graph Attention Network (GAT) model was applied to predict the human blood-brain barrier (BBB) permeability of different molecules using the BBBP (Predicting Blood-Brain Barrier Penetration) dataset. Each molecule was represented as a graph, with atoms as nodes and bonds as edges. The model achieved an accuracy of 0.75 on the test set, demonstrating that graph-based deep learning models like GAT (Graph Attention Networks) can be used effectively to capture information from molecular graphs to accurately classify molecules as BBB+ and BBB-.

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 (GAT) have been implemented only to understand Graph Neural Networks. The code should not be used for production, deployment, or any critical decision-making.

About

Predicting Blood-Brain Barrier Penetration (BBBP) of molecules using Graph Attention Networks (GAT)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors