Description Usage Arguments Examples
This function takes as input the descriptor matrix, the predicted values and return the performance in prediction of a neural network with one hidden layer the train_split argument will determine how data are divided for train/test/validation.
1 | QSAR_NN_model(descriptor, predictor, train_split = 0.75, hl = 4, lr = 0.1)
|
train_split |
train test split ratio for the input data |
hl |
number of nodes in the hidden layer |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.