Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +1 -1
my_pages/txt_pages.py
CHANGED
|
@@ -8,7 +8,7 @@ def render():
|
|
| 8 |
|
| 9 |
paragraphs = [
|
| 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.",
|
| 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 data for a real-world problem and notice this information loss.", 1)
|
|
|
|
| 8 |
|
| 9 |
paragraphs = [
|
| 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.", 3),
|
| 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 data for a real-world problem and notice this information loss.", 1)
|