Description Usage Arguments Author(s)
Save and export model weights and biases for use in GAMS reconstruction of neural networks.
1 | export2gams(model, module, means, stddevs, min, max, inputs_vec, type, model_hash, flag)
|
model |
trained model |
module |
magpie module number and name |
means |
named vector with feature means |
stddevs |
named vetor with feature std |
min |
min scaling parameter |
max |
max scaling parameter |
model_hash |
model id hash |
flag |
flag used to identify the label column |
inputs_vec |
vector with input column names |
type |
Letter used to identify the dataset being used |
Marcos Alves mppalves@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.