Skip to content

Matheussoranco/Neural-network-MPNN-for-molecular-property-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

neural-network-MPNN-for-molecular-property-prediction

An Implementation of a type of graph neural network (GNN) known as message passing neural network (MPNN) to predict graph properties. Specifically, we will implement an MPNN to predict a molecular property known as blood-brain barrier permeability (BBBP).

As molecules are naturally represented as an undirected graph G = (V, E), where V is a set or vertices (nodes; atoms) and E a set of edges (bonds), GNNs (such as MPNN) are proving to be a useful method for predicting molecular properties.

Sources and References

About

A Message-passing neural network (MPNN) for molecular property prediction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages