-
Notifications
You must be signed in to change notification settings - Fork 0
/
HO-GRU-GCN.drawio
803 lines (803 loc) · 80.8 KB
/
HO-GRU-GCN.drawio
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<mxfile host="app.diagrams.net" modified="2022-10-07T09:01:53.548Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53" etag="KNtnj_7jHnT27a1SoaBa" version="20.3.3" type="github" pages="2">
<diagram id="hJp9Cb7KLexVjKm1sbrY" name="第 1 页">
<mxGraphModel dx="1807" dy="525" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="1" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="CPpen95AD1g5v73k_SBk-2" value="" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#FFB366;" vertex="1" parent="1">
<mxGeometry x="-37.5" y="235" width="267.5" height="245" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-8" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="238.75" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-11" value="<span style="font-family: Helvetica;">$$X_{t-P}$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Verdana;" vertex="1" parent="1">
<mxGeometry x="310" y="350" width="100" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-12" value="HO-GRU" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Verdana;fontSize=14;fillColor=#ffe6cc;strokeColor=#d79b00;" vertex="1" parent="1">
<mxGeometry x="30" y="840" width="90" height="50" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-13" value="" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Verdana;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1">
<mxGeometry x="760" y="630" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-15" value="" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Verdana;fontSize=14;dashed=1;" vertex="1" parent="1">
<mxGeometry x="131.25" y="350" width="90" height="100" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-19" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="360" y="370" as="sourcePoint" />
<mxPoint x="360" y="400" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-21" value="<font face="Helvetica" style="font-size: 12px;">Diffusion convolution</font>" style="rounded=1;whiteSpace=wrap;html=1;dashed=1;fontFamily=Verdana;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1">
<mxGeometry x="136.25" y="360" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-24" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="175.91" y="400" as="sourcePoint" />
<mxPoint x="176.25" y="420" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-91" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=21;endArrow=classic;endFill=1;" edge="1" parent="1" source="CPpen95AD1g5v73k_SBk-25">
<mxGeometry relative="1" as="geometry">
<mxPoint x="176.25000000000023" y="470" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-25" value="<font style="font-size: 11px;">$$ReLU$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="136.25" y="420" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-29" value="<font style="font-size: 14px;">$$H_{t-P}$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="100" y="520" width="100" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-30" value="<span style="font-family: Helvetica;">$$X_{t-P}$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Verdana;" vertex="1" parent="1">
<mxGeometry x="-11" y="640" width="100" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-31" value="HO-GRU" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Verdana;fontSize=14;fillColor=#ffe6cc;strokeColor=#d79b00;" vertex="1" parent="1">
<mxGeometry x="115" y="620" width="90" height="50" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-32" value="" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Verdana;fontSize=14;dashed=1;" vertex="1" parent="1">
<mxGeometry x="115" y="690" width="90" height="100" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-33" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="159.66000000000008" y="670" as="sourcePoint" />
<mxPoint x="160" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-34" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="195" y="550" as="sourcePoint" />
<mxPoint x="195" y="620" as="targetPoint" />
<Array as="points">
<mxPoint x="195" y="590" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-35" value="<font face="Helvetica" style="font-size: 12px;">Diffusion convolution</font>" style="rounded=1;whiteSpace=wrap;html=1;dashed=1;fontFamily=Verdana;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1">
<mxGeometry x="120" y="700" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-36" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="159.66000000000008" y="740" as="sourcePoint" />
<mxPoint x="160" y="760" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-38" value="<font style="font-size: 11px;">$$ReLU$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="120" y="760" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-39" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="25" y="810" as="sourcePoint" />
<mxPoint x="135" y="590" as="targetPoint" />
<Array as="points">
<mxPoint x="75" y="810" />
<mxPoint x="75" y="590" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-50" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.444;entryY=-0.045;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Helvetica;fontSize=20;endArrow=classic;endFill=1;" edge="1" parent="1" source="CPpen95AD1g5v73k_SBk-42" target="CPpen95AD1g5v73k_SBk-31">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-42" value="Cat" style="whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=11;" vertex="1" parent="1">
<mxGeometry x="135" y="580" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-43" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="154.65999999999997" y="550" as="sourcePoint" />
<mxPoint x="154.65999999999997" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-45" value="<b><font style="font-size: 20px;">$$...$$</font></b>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="-11" y="760" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-56" value="<span style="font-family: Helvetica;">$$X_t$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Verdana;" vertex="1" parent="1">
<mxGeometry x="60" y="240" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-58" value="<font style="font-size: 11px;">$$H_{t-1}$$</font>" style="whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=20;strokeColor=#FF9933;" vertex="1" parent="1">
<mxGeometry x="10" y="255" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-61" value="<font style="font-size: 11px;">$$H_{t-K}$$</font>" style="whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=20;strokeColor=#FF8000;" vertex="1" parent="1">
<mxGeometry x="10" y="325" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-73" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=10;endArrow=classic;endFill=1;" edge="1" parent="1" source="CPpen95AD1g5v73k_SBk-62">
<mxGeometry relative="1" as="geometry">
<mxPoint x="110.00000000000023" y="307.4999999999998" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-62" value="" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=11;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxGeometry x="-5" y="250" width="75" height="115" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-68" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="15" y="275" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-69" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="15" y="295" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-70" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="15" y="285" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-71" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=10;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="CPpen95AD1g5v73k_SBk-58">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-30" y="270" as="sourcePoint" />
<mxPoint x="10" y="225" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-72" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=10;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-29.999999999999773" y="339.65999999999974" as="sourcePoint" />
<mxPoint x="10.000000000000227" y="339.65999999999974" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-74" value="$$cat$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="50" y="280" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-85" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=21;endArrow=classic;endFill=1;" edge="1" parent="1" source="CPpen95AD1g5v73k_SBk-75" target="CPpen95AD1g5v73k_SBk-80">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-75" value="FC" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeColor=#000000;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#FFCC99;" vertex="1" parent="1">
<mxGeometry x="110" y="300" width="30" height="15" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-79" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=10;endArrow=classic;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="CPpen95AD1g5v73k_SBk-76" target="CPpen95AD1g5v73k_SBk-80">
<mxGeometry relative="1" as="geometry">
<mxPoint x="176.25000000000023" y="282.4999999999998" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-76" value="FC" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeColor=#000000;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#FFCC99;" vertex="1" parent="1">
<mxGeometry x="161.25" y="247.5" width="30" height="15" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-90" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontFamily=Helvetica;fontSize=21;endArrow=classic;endFill=1;" edge="1" parent="1" source="CPpen95AD1g5v73k_SBk-80" target="CPpen95AD1g5v73k_SBk-15">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-80" value="<font style="font-size: 21px;">+</font>" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;dashed=1;strokeColor=#6c8ebf;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="162.5" y="295" width="27.5" height="27.5" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-92" value="<font style="font-size: 14px;">$$H_t$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=21;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="111.25" y="450" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-93" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=14;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="120" y="255" as="sourcePoint" />
<mxPoint x="160" y="255" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-95" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeColor=#000000;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="353.75" y="215" width="290" height="250" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-96" value="HO-GRU" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="-7.5" y="390" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-99" value="" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Verdana;fontSize=14;dashed=1;" vertex="1" parent="1">
<mxGeometry x="570" y="860" width="90" height="100" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-100" value="<font face="Helvetica" style="font-size: 12px;">Diffusion convolution</font>" style="rounded=1;whiteSpace=wrap;html=1;dashed=1;fontFamily=Verdana;fontSize=14;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1">
<mxGeometry x="575" y="870" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-101" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="614.6600000000001" y="910" as="sourcePoint" />
<mxPoint x="615.0000000000002" y="930" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-102" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=21;endArrow=classic;endFill=1;" edge="1" parent="1" source="CPpen95AD1g5v73k_SBk-103">
<mxGeometry relative="1" as="geometry">
<mxPoint x="615.0000000000002" y="980" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-103" value="<font style="font-size: 11px;">$$ReLU$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="575" y="930" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="CPpen95AD1g5v73k_SBk-122" value="MHGRU" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="480" y="830" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-3" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="205" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-4" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="-245" y="290" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-5" value="$$X_t$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="200" y="140" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-6" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="234.66000000000003" y="140" as="sourcePoint" />
<mxPoint x="234.66000000000003" y="120" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-7" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="ZWESRI51xOUJ7G3OvhkM-136">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="234.66" y="90" as="sourcePoint" />
<mxPoint x="330" y="110" as="targetPoint" />
<Array as="points">
<mxPoint x="235" y="60" />
<mxPoint x="290" y="60" />
<mxPoint x="290" y="105" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-38" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="-51.25" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-39" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="-85" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-40" value="$$X_{t-P}$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="-100" y="140" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-41" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-55.33999999999992" y="139.99999999999977" as="sourcePoint" />
<mxPoint x="-55.33999999999992" y="119.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-42" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-55.33999999999992" y="89.99999999999977" as="sourcePoint" />
<mxPoint x="-55.33999999999992" y="49.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-43" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="155" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-44" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="121.25" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-45" value="$$X_{t-1}$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="106.25" y="140" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-46" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="150.91000000000008" y="139.99999999999977" as="sourcePoint" />
<mxPoint x="150.91000000000008" y="119.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-47" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="150.91000000000008" y="89.99999999999977" as="sourcePoint" />
<mxPoint x="150.91000000000008" y="49.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-48" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="-116.25" y="300" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-49" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="-150" y="290" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-50" value="$$X_t$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="-155" y="340" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-51" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-120.33999999999992" y="339.9999999999998" as="sourcePoint" />
<mxPoint x="-120.33999999999992" y="319.9999999999998" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-52" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-120.33999999999992" y="289.9999999999998" as="sourcePoint" />
<mxPoint x="-120.33999999999992" y="249.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-57" value="<b><font color="#b3b3b3" style="font-size: 20px;">$$...$$</font></b>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="-45" y="80" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-58" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#B3B3B3;" edge="1" parent="1" target="ZWESRI51xOUJ7G3OvhkM-3">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="60" y="65" as="sourcePoint" />
<mxPoint x="210" y="130" as="targetPoint" />
<Array as="points">
<mxPoint x="190" y="65" />
<mxPoint x="190" y="105" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-59" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="68.75" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-60" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="35" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-61" value="$$X_t$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="30" y="140" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-62" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="64.65999999999985" y="139.99999999999977" as="sourcePoint" />
<mxPoint x="64.65999999999985" y="119.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-63" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="64.65999999999985" y="89.99999999999977" as="sourcePoint" />
<mxPoint x="64.65999999999985" y="49.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-64" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#B3B3B3;" edge="1" parent="1" target="ZWESRI51xOUJ7G3OvhkM-44">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="106.25" y="65" as="sourcePoint" />
<mxPoint x="120" y="110" as="targetPoint" />
<Array as="points">
<mxPoint x="106" y="105" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-65" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#B3B3B3;dashed=1;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="20.000000000000227" y="64.99999999999977" as="sourcePoint" />
<mxPoint x="35.00000000000023" y="104.99999999999977" as="targetPoint" />
<Array as="points">
<mxPoint x="19.75" y="105" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-66" value="" style="endArrow=none;html=1;rounded=0;dashed=1;strokeColor=#B3B3B3;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-55" y="65" as="sourcePoint" />
<mxPoint x="60" y="65" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-130" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="658.75" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-131" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="625" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-132" value="$$X_{t+Q}$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="610" y="140" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-133" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="654.6600000000001" y="140" as="sourcePoint" />
<mxPoint x="654.6600000000001" y="120" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-134" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="654.6600000000001" y="90" as="sourcePoint" />
<mxPoint x="654.6600000000001" y="50" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-135" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="368.75" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-136" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="335" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-137" value="$$X_{t+1}$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="320" y="140" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-138" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="364.6600000000001" y="139.99999999999977" as="sourcePoint" />
<mxPoint x="364.6600000000001" y="119.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-139" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="364.6600000000001" y="89.99999999999977" as="sourcePoint" />
<mxPoint x="364.6600000000001" y="49.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-140" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="575" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-141" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="541.25" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-142" value="$$X_{t+Q-1}$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="521.25" y="140" width="100" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-143" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570.9100000000001" y="139.99999999999977" as="sourcePoint" />
<mxPoint x="570.9100000000001" y="119.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-144" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570.9100000000001" y="89.99999999999977" as="sourcePoint" />
<mxPoint x="570.9100000000001" y="49.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-145" value="<b><font color="#b3b3b3" style="font-size: 20px;">$$...$$</font></b>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="375" y="80" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-146" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#B3B3B3;" edge="1" target="ZWESRI51xOUJ7G3OvhkM-131" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="480.0000000000002" y="65" as="sourcePoint" />
<mxPoint x="630" y="130" as="targetPoint" />
<Array as="points">
<mxPoint x="610" y="65" />
<mxPoint x="610" y="105" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-147" value="<span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%22%20style%3D%22endArrow%3Dclassic%3Bhtml%3D1%3Brounded%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22180%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22350%22%20y%3D%22260%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="488.75" y="100" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-148" value="<font style="font-size: 10px;">HO-GRU</font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="455" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-149" value="$$X_{t+Q-2}$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="435" y="140" width="100" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-150" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="484.65999999999985" y="139.99999999999977" as="sourcePoint" />
<mxPoint x="484.65999999999985" y="119.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-151" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="484.65999999999985" y="89.99999999999977" as="sourcePoint" />
<mxPoint x="484.65999999999985" y="49.99999999999977" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-152" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#B3B3B3;" edge="1" target="ZWESRI51xOUJ7G3OvhkM-141" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="526.2500000000002" y="65" as="sourcePoint" />
<mxPoint x="540" y="110" as="targetPoint" />
<Array as="points">
<mxPoint x="526" y="105" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-153" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#B3B3B3;dashed=1;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="440.0000000000002" y="64.99999999999977" as="sourcePoint" />
<mxPoint x="455.0000000000002" y="104.99999999999977" as="targetPoint" />
<Array as="points">
<mxPoint x="439.75" y="105" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-154" value="" style="endArrow=none;html=1;rounded=0;dashed=1;strokeColor=#B3B3B3;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="365.0000000000002" y="65" as="sourcePoint" />
<mxPoint x="480.0000000000002" y="65" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-155" value="" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#000000;strokeWidth=1;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxGeometry x="-96.25" y="40" width="377.5" height="130" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-156" value="" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#000000;strokeWidth=1;fontFamily=Helvetica;fontSize=11;fontColor=#B3B3B3;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxGeometry x="322.5" y="40" width="377.5" height="130" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-160" value="$$Y_{t+1}$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="305" y="60" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-161" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">$$Y_{t+Q-2}$$</span>" style="text;whiteSpace=wrap;html=1;fontSize=11;fontFamily=Helvetica;fontColor=#B3B3B3;" vertex="1" parent="1">
<mxGeometry x="440" y="55" width="35" height="40" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-162" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">$$Y_{t+Q-1}$$</span>" style="text;whiteSpace=wrap;html=1;fontSize=11;fontFamily=Helvetica;fontColor=#B3B3B3;" vertex="1" parent="1">
<mxGeometry x="525" y="55" width="35" height="45" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-163" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(248, 249, 250); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">$$Y_{t+Q}$$</span>" style="text;whiteSpace=wrap;html=1;fontSize=11;fontFamily=Helvetica;fontColor=#B3B3B3;" vertex="1" parent="1">
<mxGeometry x="621.25" y="55" width="35" height="40" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-165" value="<font style="font-size: 14px;" color="#000000"><b>Encoder</b></font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;fontColor=#B3B3B3;" vertex="1" parent="1">
<mxGeometry x="35" y="170" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="ZWESRI51xOUJ7G3OvhkM-166" value="<font style="font-size: 14px;" color="#000000"><b>Decoder</b></font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=11;fontFamily=Helvetica;fontColor=#B3B3B3;" vertex="1" parent="1">
<mxGeometry x="488.75" y="170" width="80" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="3UDiNHqzkY3YRvAO_9mp" name="HO-GRU">
<mxGraphModel dx="1504" dy="362" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="1" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="CJm58eh5ZE4JC_eHLjOP-1" value="<span style="font-family: Helvetica;">$$X_t$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Verdana;" vertex="1" parent="1">
<mxGeometry x="100" y="720" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-2" value="<font style="font-size: 11px;">$$H_{t-1}$$</font>" style="whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=20;strokeColor=#FF9933;" vertex="1" parent="1">
<mxGeometry x="50" y="735" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-3" value="<font style="font-size: 11px;">$$H_{t-K}$$</font>" style="whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=20;strokeColor=#FF8000;" vertex="1" parent="1">
<mxGeometry x="50" y="805" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=10;endArrow=classic;endFill=1;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-5">
<mxGeometry relative="1" as="geometry">
<mxPoint x="150.00000000000023" y="787.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-5" value="" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=11;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxGeometry x="35" y="730" width="75" height="115" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-6" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="55" y="755" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-7" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="55" y="775" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-8" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="55" y="765" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-9" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=10;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="CJm58eh5ZE4JC_eHLjOP-2">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="10.000000000000227" y="750" as="sourcePoint" />
<mxPoint x="50" y="705" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-10" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=10;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="10.000000000000227" y="819.6599999999999" as="sourcePoint" />
<mxPoint x="50.00000000000023" y="819.6599999999999" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-11" value="$$cat$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="90" y="760" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-12" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=21;endArrow=classic;endFill=1;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-13" target="CJm58eh5ZE4JC_eHLjOP-17">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-13" value="FC" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeColor=#000000;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#FFCC99;" vertex="1" parent="1">
<mxGeometry x="150" y="780" width="30" height="15" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=10;endArrow=classic;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-15" target="CJm58eh5ZE4JC_eHLjOP-17">
<mxGeometry relative="1" as="geometry">
<mxPoint x="216.25000000000023" y="762.4999999999998" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-15" value="FC" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeColor=#000000;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#FFCC99;" vertex="1" parent="1">
<mxGeometry x="201.25" y="727.5" width="30" height="15" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=14;endArrow=classic;endFill=1;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-17">
<mxGeometry relative="1" as="geometry">
<mxPoint x="260" y="788.75" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-17" value="<font style="font-size: 21px;">+</font>" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;dashed=1;strokeColor=#6c8ebf;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="202.5" y="775" width="27.5" height="27.5" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-18" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=14;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="160.00000000000023" y="735" as="sourcePoint" />
<mxPoint x="200.00000000000023" y="735" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-19" value="$$output$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="215" y="785" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-20" value="<span style="font-family: Helvetica;">$$X_t$$</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Verdana;" vertex="1" parent="1">
<mxGeometry x="93.75" y="882.5" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-21" value="<font style="font-size: 11px;">$$H_{t-1}$$</font>" style="whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=20;strokeColor=#FF9933;" vertex="1" parent="1">
<mxGeometry x="43.75" y="897.5" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-22" value="<font style="font-size: 11px;">$$H_{t-K}$$</font>" style="whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=20;strokeColor=#FF8000;" vertex="1" parent="1">
<mxGeometry x="43.75" y="967.5" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-23" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=10;endArrow=classic;endFill=1;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-24">
<mxGeometry relative="1" as="geometry">
<mxPoint x="143.75000000000023" y="950" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-24" value="" style="rounded=1;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=11;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxGeometry x="28.75" y="892.5" width="75" height="115" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-25" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="48.75" y="917.5" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-26" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="48.75" y="937.5" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-27" value="" style="shape=waypoint;sketch=0;fillStyle=solid;size=6;pointerEvents=1;points=[];fillColor=none;resizable=0;rotatable=0;perimeter=centerPerimeter;snapToPoint=1;dashed=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=10;strokeWidth=0;" vertex="1" parent="1">
<mxGeometry x="48.75" y="927.5" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-28" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=10;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="CJm58eh5ZE4JC_eHLjOP-21">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="3.7500000000002274" y="912.5" as="sourcePoint" />
<mxPoint x="43.75" y="867.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-29" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=10;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="3.7500000000002274" y="982.1599999999999" as="sourcePoint" />
<mxPoint x="43.75000000000023" y="982.1599999999999" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-30" value="$$cat$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="83.75" y="922.5" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-31" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=21;endArrow=classic;endFill=1;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-32" target="CJm58eh5ZE4JC_eHLjOP-36">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-32" value="TTL" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeColor=#000000;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#FFCC99;" vertex="1" parent="1">
<mxGeometry x="143.75" y="942.5" width="30" height="15" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-33" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=10;endArrow=classic;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-34" target="CJm58eh5ZE4JC_eHLjOP-36">
<mxGeometry relative="1" as="geometry">
<mxPoint x="210.00000000000023" y="924.9999999999998" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-34" value="FC" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeColor=#000000;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#FFCC99;" vertex="1" parent="1">
<mxGeometry x="195" y="890" width="30" height="15" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-35" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=14;endArrow=classic;endFill=1;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-36">
<mxGeometry relative="1" as="geometry">
<mxPoint x="253.75" y="951.25" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-36" value="<font style="font-size: 21px;">+</font>" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;dashed=1;strokeColor=#6c8ebf;strokeWidth=0;fontFamily=Helvetica;fontSize=10;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="196.25" y="937.5" width="27.5" height="27.5" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-37" value="" style="endArrow=classic;html=1;rounded=0;fontFamily=Helvetica;fontSize=14;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="153.75000000000023" y="897.5" as="sourcePoint" />
<mxPoint x="193.75000000000023" y="897.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-38" value="$$output$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="208.75" y="947.5" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-39" value="$$W$$" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="132.5" y="1030" width="40" height="35" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-40" value="$$G_2$$" style="shape=cube;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;darkOpacity=0.05;darkOpacity2=0.1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;size=10;direction=east;" vertex="1" parent="1">
<mxGeometry x="243.75" y="1035" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-42" value="$$G_1$$" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="199.75" y="1037.5" width="29" height="20" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-43" value="$$G_n$$" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="363.75" y="1037.5" width="29" height="20" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-44" value="$$...$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="253.75" y="1027.5" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-45" value="$$G_{n-1}$$" style="shape=cube;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;darkOpacity=0.05;darkOpacity2=0.1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;size=10;direction=east;" vertex="1" parent="1">
<mxGeometry x="313.75" y="1035" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-49" value="$$=$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=13;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="155" y="1032.5" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-50" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;strokeWidth=1;fontFamily=Helvetica;fontSize=13;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="114.38" y="1010" width="288.75" height="80" as="geometry" />
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-51" value="" style="endArrow=none;dashed=1;html=1;rounded=0;fontFamily=Helvetica;fontSize=13;exitX=0;exitY=0;exitDx=0;exitDy=0;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-50">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="95" y="1007.5" as="sourcePoint" />
<mxPoint x="145" y="957.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-52" value="" style="endArrow=none;dashed=1;html=1;rounded=0;fontFamily=Helvetica;fontSize=13;exitX=1;exitY=0;exitDx=0;exitDy=0;" edge="1" parent="1" source="CJm58eh5ZE4JC_eHLjOP-50">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="135.00000000000045" y="1017.5" as="sourcePoint" />
<mxPoint x="170" y="960" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CJm58eh5ZE4JC_eHLjOP-53" value="$$Tensor Train Layer$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=13;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="440" y="725" width="160" height="30" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-29" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=20;fontColor=#000000;endArrow=none;endFill=0;" edge="1" parent="1" source="IuBQrW2mp-Y792l1e5HF-1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="990" y="760" as="targetPoint" />
<Array as="points">
<mxPoint x="600" y="760" />
<mxPoint x="960" y="760" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-1" value="<font style="font-size: 20px;">$$h[t-1]$$</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#82b366;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#d5e8d4;" vertex="1" parent="1">
<mxGeometry x="560" y="823" width="90" height="47" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-2" value="<font style="font-size: 20px;">$$x[t-1]$$</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#82b366;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#d5e8d4;" vertex="1" parent="1">
<mxGeometry x="560" y="922.5" width="90" height="42" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-3" value="<font style="font-size: 20px;">$$×$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
<mxGeometry x="630" y="826.5" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-4" value="<font style="font-size: 20px;">$$×$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
<mxGeometry x="630" y="924.5" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-7" value="$$G_2$$" style="shape=cube;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;darkOpacity=0.05;darkOpacity2=0.1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;size=10;direction=east;" vertex="1" parent="1">
<mxGeometry x="734.5" y="831" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-8" value="$$G_1$$" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="690.5" y="833.5" width="29" height="20" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-9" value="$$G_n$$" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="854.5" y="833.5" width="29" height="20" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-10" value="$$...$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="751.75" y="831" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-11" value="$$G_{n-1}$$" style="shape=cube;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;darkOpacity=0.05;darkOpacity2=0.1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;size=10;direction=east;" vertex="1" parent="1">
<mxGeometry x="804.5" y="831" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=20;fontColor=#000000;endArrow=classic;endFill=1;" edge="1" parent="1" source="IuBQrW2mp-Y792l1e5HF-13">
<mxGeometry relative="1" as="geometry">
<mxPoint x="940" y="890" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-13" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;strokeWidth=1;fontFamily=Helvetica;fontSize=20;fontColor=#000000;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxGeometry x="685.25" y="819" width="203" height="55" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-14" value="$$G_2$$" style="shape=cube;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;darkOpacity=0.05;darkOpacity2=0.1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;size=10;direction=east;" vertex="1" parent="1">
<mxGeometry x="734.5" y="928" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-15" value="$$G_1$$" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="690.5" y="930.5" width="29" height="20" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-16" value="$$G_n$$" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;" vertex="1" parent="1">
<mxGeometry x="854.5" y="930.5" width="29" height="20" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-17" value="$$...$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontFamily=Helvetica;" vertex="1" parent="1">
<mxGeometry x="751.75" y="928" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-18" value="$$G_{n-1}$$" style="shape=cube;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;darkOpacity=0.05;darkOpacity2=0.1;strokeColor=#6c8ebf;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#dae8fc;size=10;direction=east;" vertex="1" parent="1">
<mxGeometry x="804.5" y="928" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-19" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;strokeWidth=1;fontFamily=Helvetica;fontSize=20;fontColor=#000000;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxGeometry x="685.25" y="916" width="203" height="55" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-22" value="+" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;dashed=1;strokeColor=#d79b00;strokeWidth=1;fontFamily=Helvetica;fontSize=20;fillColor=#ffe6cc;" vertex="1" parent="1">
<mxGeometry x="930" y="875.5" width="22" height="22" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-23" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#000000;fontFamily=Helvetica;fontSize=20;fontColor=#000000;endArrow=none;endFill=1;" edge="1" parent="1" source="IuBQrW2mp-Y792l1e5HF-19" target="IuBQrW2mp-Y792l1e5HF-22">
<mxGeometry relative="1" as="geometry">
<mxPoint x="940" y="890" as="targetPoint" />
<mxPoint x="888.25" y="943.5238095238094" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-24" value="" style="endArrow=none;html=1;rounded=0;strokeColor=#000000;fontFamily=Helvetica;fontSize=20;fontColor=#000000;exitX=1;exitY=0.5;exitDx=0;exitDy=0;endFill=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="IuBQrW2mp-Y792l1e5HF-22" target="IuBQrW2mp-Y792l1e5HF-27">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="960" y="910" as="sourcePoint" />
<mxPoint x="970" y="887" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-25" value="" style="endArrow=none;html=1;rounded=0;strokeColor=#000000;fontFamily=Helvetica;fontSize=20;fontColor=#000000;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="IuBQrW2mp-Y792l1e5HF-26">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="970" y="950" as="sourcePoint" />
<mxPoint x="970" y="806.5" as="targetPoint" />
<Array as="points">
<mxPoint x="1000" y="950" />
<mxPoint x="970" y="950" />
<mxPoint x="970" y="814" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-26" value="<font style="font-size: 20px;">$$r[t]$$</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#82b366;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#d5e8d4;" vertex="1" parent="1">
<mxGeometry x="1000" y="790" width="90" height="47" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-27" value="<font style="font-size: 20px;">$$z[t]$$</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#82b366;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#d5e8d4;" vertex="1" parent="1">
<mxGeometry x="1000" y="863.5" width="90" height="47" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-28" value="<font style="font-size: 20px;">$$h^{'}[t-1]$$</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#82b366;strokeWidth=1;fontFamily=Helvetica;fontSize=14;fillColor=#d5e8d4;" vertex="1" parent="1">
<mxGeometry x="1000" y="934" width="90" height="47" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-31" value="$$σ$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=20;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
<mxGeometry x="950" y="780" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-32" value="$$σ$$" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=20;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
<mxGeometry x="950" y="852.5" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="IuBQrW2mp-Y792l1e5HF-33" value="<font style="font-size: 14px;">$$tanh$$</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=20;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
<mxGeometry x="950" y="918" width="80" height="40" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>