Update my_pages/ica.py
Browse files- my_pages/ica.py +1 -1
my_pages/ica.py
CHANGED
|
@@ -108,7 +108,7 @@ def render():
|
|
| 108 |
"center", "bottom"),
|
| 109 |
(0.5, 0.7, "Best Bias Mitigation for a Particular Setup", "Choosing the most appropriate bias mitigation technique, specialized for the particular context, is highly intentional",
|
| 110 |
"center", "bottom"),
|
| 111 |
-
(0.7, 0.5, "Randomly chosen Regularization
|
| 112 |
"center", "top"),
|
| 113 |
(0.15, 0.15, "ReLU Activation as Default", "Choosing ReLU activation without testing what other activations might also work, is a highly conventional decision.",
|
| 114 |
"center", "bottom"),
|
|
|
|
| 108 |
"center", "bottom"),
|
| 109 |
(0.5, 0.7, "Best Bias Mitigation for a Particular Setup", "Choosing the most appropriate bias mitigation technique, specialized for the particular context, is highly intentional",
|
| 110 |
"center", "bottom"),
|
| 111 |
+
(0.7, 0.5, "Randomly chosen Regularization", "Adding regularization to improve robustness, but choosing the regularization technique randomly, creates a decision that is intentional and arbitrary, while avoiding conventionality.",
|
| 112 |
"center", "top"),
|
| 113 |
(0.15, 0.15, "ReLU Activation as Default", "Choosing ReLU activation without testing what other activations might also work, is a highly conventional decision.",
|
| 114 |
"center", "bottom"),
|