Description Usage Arguments Value Examples
Evaluates the performance of a model on a given dataset.
1 | evaluate(inputs, target, model)
|
inputs |
set of inputs to the model |
target |
set of targets in one-hot encoded form |
model |
list of weights and biases |
accuracy of the model
1 2 3 4 | ## Not run:
evaluate(train_data, train_target, mlp_model)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.