vumichien commited on
Commit
631729d
1 Parent(s): ac83ea7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -4,15 +4,19 @@ library_name: keras
4
 
5
  ## Model description
6
 
7
- More information needed
8
 
9
- ## Intended uses & limitations
10
 
11
- More information needed
 
 
12
 
13
  ## Training and evaluation data
14
 
15
- More information needed
 
 
16
 
17
  ## Training procedure
18
 
4
 
5
  ## Model description
6
 
7
+ This repo contains the model and the notebook for implementing Message Passing Neural Network (MPNN) to predict a molecular property known as blood-brain barrier permeability (BBBP). [Message-passing neural network (MPNN) for molecular property prediction](https://keras.io/examples/graph/mpnn-molecular-graphs/).
8
 
9
+ Full credits go to [Alexander Kensert](https://github.com/akensert)
10
 
11
+ Reproduced by [Vu Minh Chien](https://www.linkedin.com/in/vumichien/)
12
+
13
+ Motivation: Until now, more traditional methods, such as random forests, support vector machines, etc., have been commonly used to predict molecular properties. In contrast to GNNs, these traditional approaches often operate on precomputed molecular features such as molecular weight, polarity, charge, number of carbon atoms, etc. Although these molecular features prove to be good predictors for various molecular properties, it is hypothesized that operating on these more "raw", and "low-level", features could prove even better. In this tutorial, MPNN was used to prove that GNN is a good method to predict molecular properties by using the undirected graph of molecules
14
 
15
  ## Training and evaluation data
16
 
17
+ Information about the dataset can be found in A Bayesian Approach to Silico Blood-Brain Barrier Penetration Modeling and MoleculeNet: A Benchmark for Molecular Machine Learning. The dataset will be downloaded from MoleculeNet.org.
18
+
19
+ The dataset contains 2,050 molecules. Each molecule comes with a name, label, and SMILES string.
20
 
21
  ## Training procedure
22