summaryrefslogtreecommitdiff
path: root/worlding/_learning.dot
diff options
context:
space:
mode:
authorIan Valentin Christensen <ian@localhost.localdomain>2024-04-29 15:56:19 +0200
committerIan Valentin Christensen <ian@localhost.localdomain>2024-04-29 15:56:19 +0200
commit9a075776f048614616a1105bee889d8c60d76324 (patch)
tree0b758f8e8a574fdb0434f8a8383ce163cdfd4761 /worlding/_learning.dot
parent1461fbd9b929cdcb373bc2b3cb677762268cf0c1 (diff)
develop .dot files
Diffstat (limited to 'worlding/_learning.dot')
-rw-r--r--worlding/_learning.dot4
1 files changed, 3 insertions, 1 deletions
diff --git a/worlding/_learning.dot b/worlding/_learning.dot
index 1451c7e..b0444d1 100644
--- a/worlding/_learning.dot
+++ b/worlding/_learning.dot
@@ -1,4 +1,6 @@
digraph {
+ BisectedLearning
+
LearningMaterial -> Knowledge [ label="approximates" ]
Teacher -> LearningMaterial [ label="explains" ]
Distraction -> Attention [ label="breaks" ]
@@ -6,7 +8,7 @@ PreLearned -> Knowledge [ label="approximates" ]
World -> PreLearned [ label="challenges" ]
Attention [ label="enables" ]
DefensiveMotivation
-ExpansiveMotivation
+ExpansiveMotivation
Digitalization -> {Notifications SearchEngines} [ label="enables" ]
Notifications -> Distraction [ label="causes" ]
SearchEngines -> LearningMaterial [ label="finds" ]