Description Usage Arguments Value
View source: R/robustness_functions.R
Clever score on l2 norm for binary classification with sigmoid activation.
1 | binary_clever_score(model_build_fn, model_params, path_to_weights, x_test)
|
model_build_fn |
Function to build model. |
model_params |
List of model parameters. |
path_to_weights |
Absolute path to model weights. |
x_test |
Examples on which to calculate score. |
Lit of clever score for each test example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.