-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunc.html
747 lines (611 loc) · 27.9 KB
/
func.html
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
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./func_archivos/filelistf.xml">
<link rel=Edit-Time-Data href="./func_archivos/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>Manual de usuario</title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>jjss</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>jjss</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:TotalTime>83</o:TotalTime>
<o:Created>1996-01-01T11:10:00Z</o:Created>
<o:LastSaved>1996-01-01T11:10:00Z</o:LastSaved>
<o:Pages>11</o:Pages>
<o:Words>659</o:Words>
<o:Characters>3758</o:Characters>
<o:Company>gta</o:Company>
<o:Lines>31</o:Lines>
<o:Paragraphs>7</o:Paragraphs>
<o:CharactersWithSpaces>4615</o:CharactersWithSpaces>
<o:Version>9.2812</o:Version>
</o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:HyphenationZone>21</w:HyphenationZone>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Arial Unicode MS";
panose-1:2 11 6 4 2 2 2 2 2 4;
mso-font-charset:128;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:16792199 151977984 16 0 4129023 0;}
@font-face
{font-family:"\@Arial Unicode MS";
mso-font-charset:128;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:16792199 151977984 16 0 4129023 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-weight:bold;}
h1
{mso-style-next:Normal;
margin-top:12.0pt;
margin-right:0cm;
margin-bottom:3.0pt;
margin-left:0cm;
text-align:center;
mso-pagination:widow-orphan;
page-break-after:avoid;
mso-outline-level:1;
font-size:18.0pt;
mso-bidi-font-size:16.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
text-transform:uppercase;
mso-font-kerning:16.0pt;
font-weight:bold;
mso-bidi-font-weight:normal;}
h2
{mso-style-next:Normal;
margin-top:12.0pt;
margin-right:0cm;
margin-bottom:3.0pt;
margin-left:0cm;
text-align:left;
mso-pagination:widow-orphan;
page-break-after:avoid;
mso-outline-level:2;
font-size:14.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
font-weight:bold;
mso-bidi-font-weight:normal;
font-style:italic;
text-decoration:underline;
text-underline:words;}
h3
{mso-style-next:Normal;
margin:0cm;
margin-bottom:.0001pt;
text-align:center;
mso-pagination:widow-orphan;
page-break-after:avoid;
mso-outline-level:3;
font-size:14.0pt;
mso-bidi-font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
font-weight:bold;
mso-bidi-font-weight:normal;}
h4
{mso-style-next:Normal;
margin-top:12.0pt;
margin-right:0cm;
margin-bottom:3.0pt;
margin-left:0cm;
text-align:justify;
mso-pagination:widow-orphan;
page-break-after:avoid;
mso-outline-level:4;
font-size:14.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
font-weight:bold;
mso-bidi-font-weight:normal;}
h6
{mso-style-next:Normal;
margin:0cm;
margin-bottom:.0001pt;
text-align:center;
line-height:150%;
mso-pagination:widow-orphan;
page-break-after:avoid;
mso-outline-level:6;
font-size:18.0pt;
mso-bidi-font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
font-variant:small-caps;
font-weight:bold;
mso-bidi-font-weight:normal;}
p.MsoTof, li.MsoTof, div.MsoTof
{mso-style-next:Normal;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:24.1pt;
margin-bottom:.0001pt;
text-align:left;
text-indent:-24.1pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-weight:bold;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
{margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
mso-pagination:widow-orphan;
font-size:16.0pt;
mso-bidi-font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"Times New Roman";
mso-ansi-language:ES-MX;
font-weight:bold;
mso-bidi-font-weight:normal;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;
text-underline:single;}
p
{margin-right:0cm;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto;
margin-left:0cm;
text-align:justify;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:Arial;
mso-fareast-font-family:"Arial Unicode MS";
mso-bidi-font-family:"Arial Unicode MS";
mso-bidi-font-weight:bold;}
@page Section1
{size:612.0pt 792.0pt;
margin:70.85pt 3.0cm 70.85pt 3.0cm;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=ES link=blue vlink=purple style='tab-interval:35.4pt'>
<div class=Section1>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal align=center style='text-align:center'><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoBodyText align=center style='text-align:center'><span lang=ES-MX>PROTOTIPO
PARA<span style="mso-spacerun: yes"> </span>PREDICCIÓN DE DEMANDA A CORTO
PLAZO MEDIANTE RNA DEL TIPO BACKPROPAGATION</span></p>
<p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span
style='font-size:14.0pt;mso-bidi-font-size:12.0pt'><![if !supportEmptyParas]> <![endif]><o:p></o:p></span></b></p>
<h3>Manual de usuario</h3>
<p class=MsoNormal align=center style='text-align:center'><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal align=center style='text-align:center'>Requerimientos</p>
<p class=MsoNormal align=center style='text-align:center'><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Computador con plataforma Windows</p>
<p class=MsoNormal>Matlab 5.3 incluyendo la toolbox de neural network</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>De Preferencia trabaje el prototipo como única aplicación en
su PC </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Inicio</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>En el menú de programas encontrara en acceso predicción haga
clic esta acción iniciara automáticamente Matlab y llamara a la interfase</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shapetype
id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:378.75pt;
height:284.25pt'>
<v:imagedata src="./func_archivos/image001f.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=505 height=379
src="./func_archivos/image002f.jpg" v:shapes="_x0000_i1025"><![endif]></p>
</td>
</tr>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Como observa solo están activas dos de las opciones ello se
debe a la eliminación de la ultima simulación o a la inicialización del proceso</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>A continuación se inicia la interfase de toma de datos </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1027" type="#_x0000_t75" style='width:315.75pt;height:237pt'>
<v:imagedata src="./func_archivos/image003f.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=421 height=316
src="./func_archivos/image004f.jpg" v:shapes="_x0000_i1027"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>. </p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1028" type="#_x0000_t75" style='width:342.75pt;height:257.25pt'>
<v:imagedata src="./func_archivos/image005.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=457 height=343
src="./func_archivos/image006.jpg" v:shapes="_x0000_i1028"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>La cual permite recorrer el pc hasta encontrar el archivo
que contiene los datos, antes de la captura se le preguntara cierta información
acerca de los datos la cual se detalla en la ayuda incorporada en la interfase</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Al seleccionar el archivo deseado la interfase lo abre
usando el programa previamente configurado en su computador para manejar las
hojas de datos</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1029" type="#_x0000_t75" style='width:351.75pt;height:264pt'>
<v:imagedata src="./func_archivos/image007.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=469 height=352
src="./func_archivos/image008.jpg" v:shapes="_x0000_i1029"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>El mecanismo de selección se detalla en la interfase.
Posteriormente a la captura de los datos se inicia el proceso estadístico
realizado por Matlab, el avance de dicho análisis se logra mediante una
interfase web que se despliega a medida que avanza el proceso</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Si esta realizando tareas simultaneas al prototipo
probablemente observara una figura sin botones de control (avanzar, retroceder,
etc...) para resolver tal solución</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1033" type="#_x0000_t75" style='width:279.75pt;height:210pt'>
<v:imagedata src="./func_archivos/image009.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=373 height=280
src="./func_archivos/image010.jpg" v:shapes="_x0000_i1033"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Presione alt y tabulador aparecerá una ventana con las
tareas en curso seleccione la correspondiente a figure y continué el proceso</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>El prototipo le preguntara acerca de las manipulaciones que
le desea hacer a los datos </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1038" type="#_x0000_t75" style='width:351pt;height:264pt'>
<v:imagedata src="./func_archivos/image011.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=468 height=352
src="./func_archivos/image012.jpg" v:shapes="_x0000_i1038"><![endif]></p>
</td>
</tr>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1041" type="#_x0000_t75" style='width:342.75pt;height:256.5pt'>
<v:imagedata src="./func_archivos/image013.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=457 height=342
src="./func_archivos/image014.jpg" v:shapes="_x0000_i1041"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><span style="mso-spacerun: yes"> </span></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Luego de preguntarle esto el prototipo le presentara las
graficas correspondientes al comportamiento de la tendencia, ciclo e
irregularidad para los datos (en total serán<span style="mso-spacerun: yes">
</span>7 graficas). </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Presentando la ultima dos botones de control</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1043" type="#_x0000_t75" style='width:297.75pt;height:223.5pt'>
<v:imagedata src="./func_archivos/image015.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=397 height=298
src="./func_archivos/image016.jpg" v:shapes="_x0000_i1043"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>La opción de continuar lo lleva a la definición de las
características de las capas ocultas de la RNA </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1045" type="#_x0000_t75" style='width:342.75pt;height:256.5pt'>
<v:imagedata src="./func_archivos/image017.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=457 height=342
src="./func_archivos/image018.jpg" v:shapes="_x0000_i1045"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Dicha interfase le permite seleccionar tres opciones: La
primera activara las casillas y le permitirá modificarlos, la segunda tomara
los valores definidos durante la creación del modelo e iniciara el
entrenamiento y la tercera tomara automáticamente cada posibilidad de opción y
las combinara</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Veremos a continuación la opción automático, las demás son
similares</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1047" type="#_x0000_t75" style='width:315pt;height:237pt'>
<v:imagedata src="./func_archivos/image019.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=420 height=316
src="./func_archivos/image020.jpg" v:shapes="_x0000_i1047"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Luego de lo cual vera las graficas correspondientes al
entrenamiento de las redes correspondientes a las características escogidas en
la interfase selección de casos.</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Como criterios de decisión para la red se mostraran medidas
del error y el mse</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1049" type="#_x0000_t75" style='width:261pt;height:196.5pt'>
<v:imagedata src="./func_archivos/image021.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=348 height=262
src="./func_archivos/image022.jpg" v:shapes="_x0000_i1049"><![endif]></p>
</td>
</tr>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1051" type="#_x0000_t75" style='width:256.5pt;height:192pt'>
<v:imagedata src="./func_archivos/image023.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=342 height=256
src="./func_archivos/image024.jpg" v:shapes="_x0000_i1051"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>En la ultima grafica encontrara cuatro botones el primero
salvar permite desde la interfase inicial predecir y/o reentrenar</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1056" type="#_x0000_t75" style='width:306pt;height:229.5pt'>
<v:imagedata src="./func_archivos/image025.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=408 height=306
src="./func_archivos/image026.jpg" v:shapes="_x0000_i1056"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Predecir en este punto le preguntara el periodo a proyectar
: semana siguiente, mes siguiente, otro (esta opción se refiere a una semana
diferente a la siguiente a los datos seleccionados al inicio del proceso)</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1058" type="#_x0000_t75" style='width:306pt;height:229.5pt'>
<v:imagedata src="./func_archivos/image027.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=408 height=306
src="./func_archivos/image028.jpg" v:shapes="_x0000_i1058"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Veremos otro el cual le preguntara la cantidad de semanas en
el futuro a avanzar</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1065" type="#_x0000_t75" style='width:261pt;height:196.5pt'>
<v:imagedata src="./func_archivos/image029.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=348 height=262
src="./func_archivos/image030.jpg" v:shapes="_x0000_i1065"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Cualquiera de las tres opciones presentara la grafica de la
predicción</p>
<p class=MsoNormal><span style="mso-spacerun: yes"> </span>Y tres opciones</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Reiniciar le lleva directamente al inicio eliminando todas
las variables, regresar le permite retomar el proceso realizado y<span
style="mso-spacerun: yes"> </span>abandonar que retoma la interfase inicial </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Reentrenar</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Le preguntara las modificaciones a la red a realizar
incorporara nuevos datos (se realizara todo el proceso)<span
style="mso-spacerun: yes"> </span>o modificar características de la red (lo
lleva a la interfase de selección de caso y continuara el proceso)</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Volviendo a la interfase principal</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Reentrenar(interfase principal) y predecir (interfase
principal) le llevan a una presentación de los resultados obtenidos en el
anterior entrenamiento titulada recuperación de la serie con la red y el nombre
con el que la salvo </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1070" type="#_x0000_t75" style='width:321pt;height:240pt'>
<v:imagedata src="./func_archivos/image031.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=428 height=320
src="./func_archivos/image032.jpg" v:shapes="_x0000_i1070"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Allí podrá decidir que desea realmente </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>La opción predecir<span style="mso-spacerun: yes">
</span>le preguntara si desea usar los datos del entrenamiento o seleccionar
datos nuevos </p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1073" type="#_x0000_t75" style='width:333.75pt;height:250.5pt'>
<v:imagedata src="./func_archivos/image033.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=445 height=334
src="./func_archivos/image034.jpg" v:shapes="_x0000_i1073"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Con los datos del entrenamiento le preguntara lo mismo que
la opción predecir anterior es decir el periodo a proyectar</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>La opción datos nuevos lo lleva a una interfase de captura
de datos y tratamiento de datos similar a la usada en el entrenamiento inicial</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Reentrenar</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;
mso-padding-alt:0cm 3.5pt 0cm 3.5pt'>
<tr>
<td width=599 valign=top style='width:448.9pt;padding:0cm 3.5pt 0cm 3.5pt'>
<p class=MsoNormal align=center style='text-align:center'><!--[if gte vml 1]><v:shape
id="_x0000_i1068" type="#_x0000_t75" style='width:261.75pt;height:196.5pt'>
<v:imagedata src="./func_archivos/image035.png" o:title=""/>
</v:shape><![endif]--><![if !vml]><img width=349 height=262
src="./func_archivos/image036.jpg" v:shapes="_x0000_i1068"><![endif]></p>
</td>
</tr>
</table>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Le preguntara como desea reentrenar cambiando parámetros en
la red (selección de casos)<span style="mso-spacerun: yes"> </span>o
seleccionando nuevos datos y realizando todo el proceso estadístico completo.</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Cualquier inquietud favor remitirla a <a
href="mailto:KIDNAPING@SOFTHOME.NET">KIDNAPING@SOFTHOME.NET</a></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
</div>
</body>
</html>