Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +4 -4
my_pages/txt_pages.py
CHANGED
|
@@ -10,7 +10,7 @@ def render():
|
|
| 10 |
("A problem central to AI is the 'prediction problem', i.e., "
|
| 11 |
"being able to anticipate outcomes based on the information we already have.", 4),
|
| 12 |
("Unfortunately, translating the nuances of real world into 'data' can result in information loss. "
|
| 13 |
-
"This makes the prediction problem <i>imperfect</i>.", 5),
|
| 14 |
("<br><br>Click 'Next' to create the data for a real-world problem and notice the information loss.", 1)
|
| 15 |
]
|
| 16 |
|
|
@@ -23,9 +23,9 @@ def render():
|
|
| 23 |
("Since there is missing information, this leaves room for multiple possible ways to fill the gap.", 3),
|
| 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 <i>Rashomon effect.</i>", 4),
|
| 27 |
("As these models represent different interpretations of data, they might disagree with each other, "
|
| 28 |
-
"thus creating conflicting predictions, known as <i>predictive multiplicity.</i>", 4),
|
| 29 |
("<br><br>Click 'Next' to observe the Rashomon effect and multiplicity on an actual dataset.", 1)
|
| 30 |
]
|
| 31 |
|
|
@@ -36,7 +36,7 @@ def render():
|
|
| 36 |
|
| 37 |
paragraphs = [
|
| 38 |
("With the existence of numerous interpretations, the choice to pick one falls on the developer.", 3),
|
| 39 |
-
("A developer makes countless decisions when desiging the model that directly impact the eventual interpretation being chosen", 4),
|
| 40 |
("<br><br>Click 'Next' and take a tiny glimpse into various choices a developer has to make.", 1)
|
| 41 |
]
|
| 42 |
|
|
|
|
| 10 |
("A problem central to AI is the 'prediction problem', i.e., "
|
| 11 |
"being able to anticipate outcomes based on the information we already have.", 4),
|
| 12 |
("Unfortunately, translating the nuances of real world into 'data' can result in information loss. "
|
| 13 |
+
"This makes the prediction problem <b><i>imperfect</i></b>.", 5),
|
| 14 |
("<br><br>Click 'Next' to create the data for a real-world problem and notice the information loss.", 1)
|
| 15 |
]
|
| 16 |
|
|
|
|
| 23 |
("Since there is missing information, this leaves room for multiple possible ways to fill the gap.", 3),
|
| 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 <u><i>Rashomon effect.</i></u>", 4),
|
| 27 |
("As these models represent different interpretations of data, they might disagree with each other, "
|
| 28 |
+
"thus creating conflicting predictions, known as <b><u><i>predictive multiplicity.</i></u></b>", 4),
|
| 29 |
("<br><br>Click 'Next' to observe the Rashomon effect and multiplicity on an actual dataset.", 1)
|
| 30 |
]
|
| 31 |
|
|
|
|
| 36 |
|
| 37 |
paragraphs = [
|
| 38 |
("With the existence of numerous interpretations, the choice to pick one falls on the developer.", 3),
|
| 39 |
+
("A developer makes countless decisions when desiging the model that directly impact the eventual interpretation being chosen.", 4),
|
| 40 |
("<br><br>Click 'Next' and take a tiny glimpse into various choices a developer has to make.", 1)
|
| 41 |
]
|
| 42 |
|