Update README.md
Browse files
README.md
CHANGED
@@ -66,6 +66,8 @@ The model plot is below.
|
|
66 |
|
67 |
## Evaluation Results
|
68 |
|
|
|
|
|
69 |
You can find the details about evaluation process and the evaluation results.
|
70 |
|
71 |
|
@@ -73,6 +75,9 @@ You can find the details about evaluation process and the evaluation results.
|
|
73 |
| Metric | Value |
|
74 |
|----------|---------|
|
75 |
| Accuracy | 91% |
|
|
|
|
|
|
|
76 |
|
77 |
# How to Get Started with the Model
|
78 |
|
@@ -100,11 +105,13 @@ pred = bst.predict(data_xgb)
|
|
100 |
# Model Card Authors
|
101 |
|
102 |
This model card is written by following authors:
|
|
|
103 |
Emil T. S. Kjær
|
104 |
|
105 |
# Model Card Contact
|
106 |
|
107 |
You can contact the model card authors through following channels:
|
|
|
108 |
emil.thyge.kjæ[email protected]
|
109 |
|
110 |
# Citation
|
|
|
66 |
|
67 |
## Evaluation Results
|
68 |
|
69 |
+
To test the robustness of MLstructureMining, we deploy zeroth-order optimization (ZOO) from the (Adversarial Robustness Toolbox)[https://github.com/Trusted-AI/adversarial-robustness-toolbox] (ART) library to perform adversarial attacks.
|
70 |
+
|
71 |
You can find the details about evaluation process and the evaluation results.
|
72 |
|
73 |
|
|
|
75 |
| Metric | Value |
|
76 |
|----------|---------|
|
77 |
| Accuracy | 91% |
|
78 |
+
| Top-3 Accuracy | 99% |
|
79 |
+
| ZOO Accuracy | 89% |
|
80 |
+
| ZOO Top-3 Accuracy | 97% |
|
81 |
|
82 |
# How to Get Started with the Model
|
83 |
|
|
|
105 |
# Model Card Authors
|
106 |
|
107 |
This model card is written by following authors:
|
108 |
+
|
109 |
Emil T. S. Kjær
|
110 |
|
111 |
# Model Card Contact
|
112 |
|
113 |
You can contact the model card authors through following channels:
|
114 |
+
|
115 |
emil.thyge.kjæ[email protected]
|
116 |
|
117 |
# Citation
|