-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
148 lines (148 loc) · 6.89 KB
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"courselist": [{
"name": "Tutorial",
"dateCreated": "01-07-2017",
"lessonList": [{
"name": "Tutorial - L1",
"dateCreated": "26-09-2017",
"dateUpdated": null,
"description": "Learning to navigate CauseCade",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Tutorial_Pt_1.md"
}, {
"name": "Tutorial - L2",
"dateCreated": "26-09-2017",
"dateUpdated": null,
"description": "Learning to load and manipulate a network",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Tutorial_Pt_2.md"
}, {
"name": "Tutorial - L3",
"dateCreated": "27-09-2017",
"dateUpdated": null,
"description": "Learning to manipulate individual nodes",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Tutorial_Pt_3.md"
}],
"networkUrlList": ["https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/miscellaneous_1.json", "https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/miscellaneous_2.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/miscellaneous_3.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_10.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/miscellaneous_4.json"],
"networkNameList": ["Animals", "CarStarts","tester","Pedigree","Lunchtime"],
"description": null,
"category": null
}, {
"name": "Probability",
"dateCreated": "11-10-2017",
"lessonList": [{
"name": "Probability - L1",
"dateCreated": "11-10-2017",
"dateUpdated": null,
"description": "Introduction to Probability",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Probability_Pt_1.md"
}, {
"name": "Probability - L2",
"dateCreated": "11-10-2017",
"dateUpdated": null,
"description": "Understanding Conditional Probability",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Probability_Pt_2.md"
}],
"description": null,
"category": null
}, {
"name": "Bayesian Networks",
"dateCreated": "11-10-2017",
"lessonList": [{
"name": "Preface",
"dateCreated": "03-12-2017",
"dateUpdated": null,
"description": "Introduction and Motivation for a bayesian network",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_0.md"
}, {
"name": "Basic Bayes",
"dateCreated": "11-10-2017",
"dateUpdated": null,
"description": "understanding the use of bayes",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_1.md",
"lessonNetworkIndices": [1]
}, {
"name": "Basic Bayes 2",
"dateCreated": "11-10-2017",
"dateUpdated": null,
"description": "downward propagation in a 2 node system",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_2.md",
"lessonNetworkIndices": [2]
}, {
"name": "Basic Bayes 3",
"dateCreated": "11-10-2017",
"dateUpdated": null,
"description": "upward propagation in a 2 node system",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_3.md",
"lessonNetworkIndices": [3]
}, {
"name": "More Nodes",
"dateCreated": "27-12-2017",
"dateUpdated": null,
"description": "More nodes & Independence and their relationships",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_4.md",
"lessonNetworkIndices": [4]
}, {
"name": "Causal Relationships",
"dateCreated": "28-12-2017",
"dateUpdated": null,
"description": "Understanding the types of relationships between random variables",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_5.md",
"lessonNetworkIndices": [7]
}, {
"name": "Connections 1",
"dateCreated": "29-12-2017",
"dateUpdated": null,
"description": "Understanding the Diverging and Pass-through type of connection",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_6.md",
"lessonNetworkIndices": [5]
}, {
"name": "Connections 2",
"dateCreated": "29-12-2017",
"dateUpdated": null,
"description": "Understanding the Converging type of connection",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_7.md",
"lessonNetworkIndices": [8]
}, {
"name": "Overview",
"dateCreated": "11-10-2017",
"dateUpdated": null,
"description": "Looking back and the grander perspective",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_8.md"
}, {
"name": "D-Separation",
"dateCreated": "11-10-2017",
"dateUpdated": null,
"description": "Independencies in large networks",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_9.md",
"lessonNetworkIndices": [9]
}, {
"name": "Back to numbers",
"dateCreated": "03-12-2018",
"dateUpdated": null,
"description": "Invoking probability formalism with our new knowledge",
"lessonURL": "https://raw.githubusercontent.com/NemoAndrea/CauseCade-lessons/master/Bayesian_Network_Pt_10.md",
"lessonNetworkIndices": [10]
}],
"networkUrlList": ["https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_1.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_2.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_8.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_3.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_4.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_5.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_6.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_7.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/bayes_9.json","https://raw.githubusercontent.com/CauseCade/CauseCade-networks/master/miscellaneous_5.json"],
"networkNameList": ["Rainy_Day", "AbstractNetwork_1","Fungal Fridge","PassingCourses","Wintertime","Coin Toss","Network Connection Types","Pet Peeve","Workload","Cell Migration"],
"description": "the main course of this website. Explains the essential concept of bayesian networks.",
"category": null
}, {
"name": "Learning From Data",
"dateCreated": "03-01-2018",
"lessonList": [],
"description": null,
"category": null
},{
"name": "Compared to other Networks",
"dateCreated": "03-12-2017",
"lessonList": [],
"description": null,
"category": null
}, {
"name": "Applications in biology",
"dateCreated": "03-12-2017",
"lessonList": [],
"description": null,
"category": null
}]
}