Skip to content

Commit a9af140

Browse files
committed
Training sequence comments added
1 parent 968458b commit a9af140

File tree

2 files changed

+65
-23
lines changed

2 files changed

+65
-23
lines changed

projects/aries-fl/notebooks/hospital/Hospital.ipynb

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": 1,
6-
"id": "intended-medicaid",
6+
"id": "centered-clerk",
77
"metadata": {},
88
"outputs": [
99
{
@@ -43,7 +43,7 @@
4343
{
4444
"cell_type": "code",
4545
"execution_count": 4,
46-
"id": "approved-reverse",
46+
"id": "strange-passport",
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
@@ -77,7 +77,7 @@
7777
},
7878
{
7979
"cell_type": "markdown",
80-
"id": "amino-router",
80+
"id": "pediatric-entrepreneur",
8181
"metadata": {},
8282
"source": [
8383
"## Copy Invite from Researcher"
@@ -86,7 +86,7 @@
8686
{
8787
"cell_type": "code",
8888
"execution_count": 5,
89-
"id": "tired-atmosphere",
89+
"id": "local-mitchell",
9090
"metadata": {},
9191
"outputs": [],
9292
"source": [
@@ -97,7 +97,7 @@
9797
{
9898
"cell_type": "code",
9999
"execution_count": 6,
100-
"id": "diagnostic-colombia",
100+
"id": "going-domestic",
101101
"metadata": {},
102102
"outputs": [
103103
{
@@ -127,7 +127,7 @@
127127
{
128128
"cell_type": "code",
129129
"execution_count": null,
130-
"id": "straight-frame",
130+
"id": "dietary-sleeve",
131131
"metadata": {},
132132
"outputs": [],
133133
"source": [
@@ -141,7 +141,7 @@
141141
{
142142
"cell_type": "code",
143143
"execution_count": 6,
144-
"id": "similar-tracy",
144+
"id": "surface-metabolism",
145145
"metadata": {},
146146
"outputs": [
147147
{
@@ -295,10 +295,26 @@
295295
"len(y_train_data)"
296296
]
297297
},
298+
{
299+
"cell_type": "markdown",
300+
"id": "disciplinary-least",
301+
"metadata": {},
302+
"source": [
303+
"# For the Training follow the Number's Sequence"
304+
]
305+
},
306+
{
307+
"cell_type": "markdown",
308+
"id": "conservative-minnesota",
309+
"metadata": {},
310+
"source": [
311+
"## 2. The Hospital receives the model from the Researcher, Trains it using its own dataset, and saves it as \"/../trained_model.pt\""
312+
]
313+
},
298314
{
299315
"cell_type": "code",
300316
"execution_count": 7,
301-
"id": "interesting-marathon",
317+
"id": "sustained-fellowship",
302318
"metadata": {},
303319
"outputs": [
304320
{
@@ -398,7 +414,7 @@
398414
{
399415
"cell_type": "code",
400416
"execution_count": null,
401-
"id": "martial-military",
417+
"id": "collective-garden",
402418
"metadata": {},
403419
"outputs": [],
404420
"source": [

projects/aries-fl/notebooks/researcher/Researcher.ipynb

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": 1,
6-
"id": "modern-buddy",
6+
"id": "registered-assignment",
77
"metadata": {},
88
"outputs": [
99
{
@@ -34,7 +34,7 @@
3434
{
3535
"cell_type": "code",
3636
"execution_count": 2,
37-
"id": "mechanical-rachel",
37+
"id": "opponent-macro",
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -71,7 +71,7 @@
7171
{
7272
"cell_type": "code",
7373
"execution_count": 3,
74-
"id": "widespread-biology",
74+
"id": "strategic-feedback",
7575
"metadata": {},
7676
"outputs": [
7777
{
@@ -100,7 +100,7 @@
100100
},
101101
{
102102
"cell_type": "markdown",
103-
"id": "corresponding-treaty",
103+
"id": "judicial-floor",
104104
"metadata": {},
105105
"source": [
106106
"## Copy the invitation output from 4 and to the hospital notebook you are connecting to."
@@ -109,7 +109,7 @@
109109
{
110110
"cell_type": "code",
111111
"execution_count": 4,
112-
"id": "possible-millennium",
112+
"id": "bright-cambridge",
113113
"metadata": {},
114114
"outputs": [
115115
{
@@ -135,7 +135,7 @@
135135
{
136136
"cell_type": "code",
137137
"execution_count": 5,
138-
"id": "collected-employee",
138+
"id": "agricultural-enough",
139139
"metadata": {},
140140
"outputs": [
141141
{
@@ -156,7 +156,7 @@
156156
{
157157
"cell_type": "code",
158158
"execution_count": null,
159-
"id": "subsequent-enclosure",
159+
"id": "extensive-biology",
160160
"metadata": {},
161161
"outputs": [],
162162
"source": [
@@ -166,8 +166,10 @@
166166
{
167167
"cell_type": "code",
168168
"execution_count": 6,
169-
"id": "measured-drill",
170-
"metadata": {},
169+
"id": "private-hygiene",
170+
"metadata": {
171+
"scrolled": true
172+
},
171173
"outputs": [
172174
{
173175
"name": "stdout",
@@ -386,10 +388,26 @@
386388
"########## END DATA CLEANING ###############\n"
387389
]
388390
},
391+
{
392+
"cell_type": "markdown",
393+
"id": "dangerous-norwegian",
394+
"metadata": {},
395+
"source": [
396+
"# For the Training follow the Number's Sequence"
397+
]
398+
},
399+
{
400+
"cell_type": "markdown",
401+
"id": "rubber-agency",
402+
"metadata": {},
403+
"source": [
404+
"## 1. The Researcher Generated the model and saves it at \"/../model.pt\""
405+
]
406+
},
389407
{
390408
"cell_type": "code",
391409
"execution_count": 8,
392-
"id": "elementary-bouquet",
410+
"id": "protecting-agenda",
393411
"metadata": {},
394412
"outputs": [],
395413
"source": [
@@ -421,7 +439,7 @@
421439
{
422440
"cell_type": "code",
423441
"execution_count": null,
424-
"id": "breathing-company",
442+
"id": "hidden-trustee",
425443
"metadata": {},
426444
"outputs": [],
427445
"source": [
@@ -430,10 +448,18 @@
430448
"\n"
431449
]
432450
},
451+
{
452+
"cell_type": "markdown",
453+
"id": "intense-rebel",
454+
"metadata": {},
455+
"source": [
456+
"## 3. The Researcher receives the trained model at \"/../trained_model.pt\" and validates it using its own validation dataset"
457+
]
458+
},
433459
{
434460
"cell_type": "code",
435461
"execution_count": 12,
436-
"id": "positive-procedure",
462+
"id": "regular-narrative",
437463
"metadata": {},
438464
"outputs": [
439465
{
@@ -523,7 +549,7 @@
523549
{
524550
"cell_type": "code",
525551
"execution_count": null,
526-
"id": "successful-testing",
552+
"id": "alternate-romance",
527553
"metadata": {},
528554
"outputs": [],
529555
"source": [
@@ -535,7 +561,7 @@
535561
{
536562
"cell_type": "code",
537563
"execution_count": null,
538-
"id": "welcome-necessity",
564+
"id": "clear-bahamas",
539565
"metadata": {},
540566
"outputs": [],
541567
"source": [

0 commit comments

Comments
 (0)