Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +5 -4
my_pages/txt_pages.py
CHANGED
|
@@ -20,13 +20,14 @@ def render():
|
|
| 20 |
add_navigation("information_loss", "rashomon_effect")
|
| 21 |
|
| 22 |
paragraphs = [
|
| 23 |
-
("
|
| 24 |
("The existence of multiple equally correct interpretations of data (i.e., AI models), "
|
| 25 |
"with no evidence to elevate one over another due to lack of information, "
|
| 26 |
-
"is known as the <b><i>Rashomon effect.</i></b>
|
|
|
|
| 27 |
("As these models represent different interpretations of data, they might disagree with each other, "
|
| 28 |
-
"and produce varying predictions for the same input, known as <b><i>predictive multiplicity.</i></b>",
|
| 29 |
-
("<br><br>Click 'Next' to observe the Rashomon effect and predictive multiplicity on an actual dataset.",
|
| 30 |
]
|
| 31 |
|
| 32 |
add_fadein_text(paragraphs)
|
|
|
|
| 20 |
add_navigation("information_loss", "rashomon_effect")
|
| 21 |
|
| 22 |
paragraphs = [
|
| 23 |
+
("The missing information leaves room for multiple possible ways to fill the gap.", 0),
|
| 24 |
("The existence of multiple equally correct interpretations of data (i.e., AI models), "
|
| 25 |
"with no evidence to elevate one over another due to lack of information, "
|
| 26 |
+
"is known as the <b><i>Rashomon effect.</i></b> (Based on Kurosawa's"
|
| 27 |
+
"1950 masterpiece 'Rashomon'... any movie buffs?)", 3),
|
| 28 |
("As these models represent different interpretations of data, they might disagree with each other, "
|
| 29 |
+
"and produce varying predictions for the same input, known as <b><i>predictive multiplicity.</i></b>", 9),
|
| 30 |
+
("<br><br>Click 'Next' to observe the Rashomon effect and predictive multiplicity on an actual dataset.", 13)
|
| 31 |
]
|
| 32 |
|
| 33 |
add_fadein_text(paragraphs)
|