-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChatGPT.html
827 lines (824 loc) · 35 KB
/
ChatGPT.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
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
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
<!DOCTYPE html>
<html>
<!--
ChatGPT.html
-->
<head>
<title>ChatGPT Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--<link rel="stylesheet" href="css/StylesTemplate.css" />-->
<!--<link rel="stylesheet" href="css/StylesDefault.css" />-->
<!--<link rel="stylesheet" href="css/StylesBrownTheme.css" />-->
<link rel="stylesheet" href="css/StylesPhoto.css" />
<link rel="stylesheet" href="css/StylesSizerComp.css" />
<!-- PageFrame infrastructure -->
<link rel="stylesheet" href="css/StylesPageFrameDefaults.css" />
<link rel="stylesheet" href="css/StylesPageFrameStructure.css" />
<link rel="stylesheet" href="css/StylesPageFrameMenus.css" />
<link rel="stylesheet" href="css/StylesPageFrameThemeDefault.css" />
<link rel="stylesheet" href="css/StylesWebComponents.css" />
<script src="js/ScriptsWebComponents.js"></script>
<!--<script src="js/ScriptsPageFrameDefaults.js"></script>-->
<script src="js/ScriptsPageFrameFreePages.js"></script>
<script src="js/ScriptsPageFramePagesHomeGroup.js"></script>
<script src="js/ScriptsPageFrameKeyboard.js"></script>
<!-- No need for Pages script for pages with no next or prev pages -->
<!--<script src="js/ScriptsPageFramePages.js"></script>-->
<style>
#github .note {
border: 1px solid var(--dark);
padding:0.75em 1.5em;
margin-top:1.25em;
margin-bottom:1.25em;
background-color: var(--light);
color: var(--dark);
max-width:50em;
}
#github h2 {
margin-top: 0.75em;
}
</style>
</head>
<body id="github" onload="initialize()">
<!--<a id="Next" href="index.html">Next</a>
<a id="Prev" href="SiteDesign.html">Prev</a>-->
<page-frame>
<frame-header>
<nav id="navbar"></nav>
</frame-header>
<main>
<div id="about" onclick="this.style.display = 'none'">about</div>
<div id="page">ChatGPT conversations</div>
<div id="modified">12/02/2024</div>
<div id="hlp"></div>
<a id="top"></a>
<content>
<header>
<!--<a target="_blank" class="repoLink" href="https://github.com/JimFawcett">github Repositories</a>-->
<hgroup id="pagetitle" onclick="loadif()" style="cursor:pointer;">
<h1 id="title">ChatGPT Demo</h1>
<h3 class="indent" id="subtitle">
Create Account, Sample conversations
</h3>
</hgroup>
</header>
<div style="display:flex;">
<indent-block background-color:#fefefa; display:inline; padding:0px 10px; max-width:70%;">
"If you always do what interests you, at least one person is pleased."
<br />
- Katharine Hepburn
</indent-block>
</div>
<hr class="spread" />
<!--<div style="display:flex;">
<indent-block background-color:#fefefa; display:inline; padding:0px 10px; max-width:70%;">
"Good judgement comes from experience, and experience comes from bad judgement."
<br />
- Jim Horning
</indent-block>
</div>-->
<div>
<t-b>
This page contains a link to login to ChatGPT and links to sample conversations.
Conversations were chosen to illustrate the range of ChatGPT's capabilities.
</t-b>
<t-b>
Creating an account and using ChatGPT is free. Upgrading to a Plus account, from the ChatGPT window,
costs $20 per month, and accesses a more powerful model and better accessibility.
</t-b>
<t-b>
All of the samples below were created with a Plus account.
</t-b>
<div style="height:0.25em;"></div>
<!--<div>
<photosizer-block src="Pictures/ViewThread.png" width="300" class="photoSizerBlock right clear">
<span style="font-family:'Comic Sans MS';">Figure 1. Home Group Thread</span>
</photosizer-block>
</div>-->
<div>
<h2>Table 1. - Sample Queries</h2>
<table id="query">
<tr>
<td><a target="_blank" href="https://chat.openai.com">ChatGPT SignUp/Login</a></td>
<td>
ChatGPT can be used with a free account. More options and more powerful
models are available with a <strong>Plus</strong> account with a $20/month fee.
</td>
</tr>
<tr style="color:var(--light); background-color:var(--dark);">
<th>Link to conversation</th>
<th style="border-left:2px solid var(--light);">Queries driving conversation</th>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cc48f-0570-8009-bdb4-a61d3b8700e3">
mediterranean meal
</a></td>
<td>plan a mediterranean meal</td>
</tr>
<tr>
<td><a target="_blank" href="https://chatgpt.com/share/674cc599-0eb8-8009-9a40-d6af80bdf0b9">investment plan</a></td>
<td>As financial advisor develop investment plan for new college graduate</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cc599-0eb8-8009-9a40-d6af80bdf0b9">Travel Greek Islands</a>
</td>
<td>
As a travel agent, plan a two week trip to the Greek islands with a budget of $8,000
</td>
</tr>
<tr>
<td><a target="_blank" href="https://chatgpt.com/share/674cc750-2524-8009-90c8-395cf7328fdc">Welcome letter</a></td>
<td>As sales rep write welcome letter to prospective residents in retirement community</td>
</tr>
<tr>
<td><a target="_blank" href="https://chatgpt.com/share/674cc824-e124-8009-b323-81bbb6244e06">Sonata</a></td>
<td>
Describe musical structure and context of the Sonata
</td>
</tr>
<tr>
<td><a target="_blank" href="https://chatgpt.com/share/674cc8ad-69f4-8009-b34a-f1fa3ca23193">opening sentence</a></td>
<td>
Write opening sentence for fiction novel in the style of Neil Gaiman > include a town with a wall
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cc9ad-3f14-8009-9d0b-d7f9e0b77763">Quantum Mechanics</a>
</td>
<td>
Explain Quantum Mechanics
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674ccadf-37d4-8009-b522-b162d864cbc7">mRNA</a>
</td>
<td>
Explain mRNA > explain in layman's terms > medications related to mRNA
<hr />
<div style="font-size:0.8em; padding:0.5em 0.5em;">
Can ChatGPT help me gain basic knowledge and common sense about a complex topic I know
very little about? Yes it can.
</div>
</td>
</tr>
<tr>
<th colspan="2">Software specific queries</th>
</tr>
<tr>
<td><a target="_blank" href="https://chatgpt.com/share/674ccc7c-0ad8-8009-8a0b-91ab0ba6f1b0">Rust function</a></td>
<td>
Create a Rust function that accepts a String, removes white-space from both ends, and replaces
all tabs with sapces. The function should accept an integer tab_width that determines the number
of spaces used for each tab.
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674ccd74-4914-8009-ac11-9ad8f10aa1ff">Learning Rust</a>
</td>
<td>
How should a beginner start learning Rust?
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674ccde2-6018-8009-a609-ee72abf256ad">Rust details</a>
</td>
<td>
What is into_iterator in Rust?
</td>
</tr>
<!--<tr>
<td>
<a target="_blank" href="https://chat.openai.com/share/ddb33af1-f40c-4014-8dc8-7ca60e652d67">Learning Rust prog'g</a>
</td>
<td>
Ask questions about syntax and semantics of a prog'g language
</td>
</tr>-->
<tr>
<th colspan="2">ChatGPT specific queries</th>
</tr>
<tr>
<td><a target="_blank" href="https://chatgpt.com/share/674ccea7-c5f0-8009-bc9c-c03005023abb">GPT content</a></td>
<td>what year is it and how current is your content?</td>
</tr>
<tr>
<td><a target="_blank" href="https://chatgpt.com/share/674ccfc6-2d6c-8009-8301-3388b475480b">GPT synopsis</a></td>
<td>tell me how GPT works > cover the same topics but simplify the explainations</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd251-dcf0-8009-af4c-896e54470160">GPT complexity</a>
</td>
<td>
Compare the complexity of the ChatGPT implementation with that of the human brain.
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd2fb-e244-8009-a580-ce5887b4b25a">GPT misuse</a>
</td>
<td>
Discuss GPT defenses against misuse
</td>
</tr>
<tr>
<th colspan="2">References</th>
</tr>
<tr>
<td style="white-space:nowrap">
<a target="_blank" href="https://time.com/6271657/a-to-z-of-artificial-intelligence/?sponsored=0&position=3&scheduled_corpus_item_id=1f4b879a-6896-4494-b12a-170b2a13b27f">
Non-technical guide to modern AI
</a>
</td>
<td>The A to Z of Artificial Intelligence</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://www.bbc.co.uk/news/resources/idt-74697280-e684-43c5-a782-29e9d11fecf3">
A simple guide to help you understand AI
</a>
</td>
<td>
Discusses AI Chatbots and image-generating AI in a clear and informative style without
digging into a lot of details.
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://www.nytimes.com/2023/07/18/magazine/wikipedia-ai-chatgpt.html?unlocked_article_code=FpWi_OVhKrogXGu9dFejI2mfyWHb2ZuF6laFFaqemlvX-6gjd2PSnZatF9QxiLpTOP4iapKq3rNMfZKT3q6ctmOcL2F8M3eiLwFyGveVggF9dbwlcTYibg6Rab0nF3poFMUtPJLPhLiAT9tK0vqGHGZcSMMgVaoSk_KvLTM7w8iWPqb3vDRob3TuufzrukPzFwxZDoTYupSJmZ67ijcjs7O4bmFk2CxVk7Q5XEChtFSmbxnmQPxwcXjauO3ZPBB0Y-w0DRzGtsr_kuRvompUFBLzfzCEHM0Z8r1c4GhsFQI3-vuBvhjSvoq6ODrpIFvb_IPrWK4EVJkybSSIuqkWDA&smid=url-share">
Wikipedia's Moment of Truth
</a>
</td>
<td>
Excellent article on tension and dependencies between Wikipedia and AI chatbots like ChatGPT.
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://www.vox.com/unexplainable/2023/7/15/23793840/chat-gpt-ai-science-mystery-unexplainable-podcast?mc_cid=8937da9082&mc_eid=d3ba7c414f">
We don't know what they are doing
</a>
</td>
<td>
Even scientists who build AI can't tell you how it works
</td>
</tr>
<tr>
<td><a target="_blank" href="https://en.wikipedia.org/wiki/ChatGPT">ChatGPT - Wikipedia</a></td>
<td>Well crafted (not very technical) discussion. Ends with consideration of pros and cons.</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://www.nytimes.com/interactive/2023/04/26/upshot/gpt-from-scratch.html">BabyGPT</a>
</td>
<td>
Watch an A.I. Learn to Write by Reading Nothing but ...
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://www.nytimes.com/2023/06/30/technology/ai-chatbot-study-aid.html?campaign_id=158&emc=edit_ot_20230707&instance_id=96957&nl=on-tech%3A-a.i.®i_id=130594082&segment_id=138624&te=1&user_id=22b9d514f9f409c2aecfcf88a749951b">
AI Chatbot Study Aids
</a>
</td>
<td>
Using AI tools to create study aids and exams
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://static.nytimes.com/email-content/OT_sample.html">Use AI for family time</a>
</td>
<td>
Meal plans, gifts, storytelling
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://www.scalablepath.com/data-science/chatgpt-architecture-explained">Sketch of GPT architecture</a>
</td>
<td>How Does ChatGPT actually work? An ML Engineer explains.</td>
</tr>
<tr>
<td colspan="2" style="text-align:center;">
GPT: Generative, Pre-trained, Transformer
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://blogs.nvidia.com/blog/2022/03/25/what-is-a-transformer-model/">Transformer models</a>
</td>
<td>
Transformers build relationships between inputs, like words in a sentence.
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://help.openai.com/en">OpenAI help</a>
</td>
<td>
Advice and answers from the OpenAI Team
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://openai.com/search?q=documentation">OpenAI docs</a>
</td>
<td>
Articles from company website
</td>
</tr>
</table>
</div>
</div>
<div id="qual" style="height: 1em;"></div>
<h2>Table 2.1 - More Queries with assessment of response quality</h2>
<table>
<tr style="color:var(--light); background-color:var(--dark);">
<th style="white-space:nowrap">Link to conversation</th>
<th style="border-left:2px solid var(--light); width:35em;">Queries driving conversation</th>
<th style="width:20em;">Quality</th>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd5e4-5dec-8009-a64e-388e2fef6e23">Mexican meal</a>
</td>
<td>
Plan an authentic Mexican meal
</td>
<td>Good</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd637-0e48-8009-b43d-c9b67f14208d">Chicago</a>
</td>
<td>
What are the 7 best things to do in Chicago?
</td>
<td>Very good</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd692-2d6c-8009-b2ed-65480a0b9964">Illinois</a>
</td>
<td>
What are the 7 best things to do in Illinois
</td>
<td>Very good</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd728-be74-8009-a4c5-54f860f4b267">Champaign-Urbana</a>
</td>
<td>
What are the 7 best things to do in Champaign-Urbana
</td>
<td>Good - use of media detracted from value due to its layout</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd7e0-aea4-8009-b680-c44739331ef1">
US Government
</a>
</td>
<td>
Explain the structure of USA government.
</td>
<td>
Very good
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd8ee-c4dc-8009-9c6a-e07e5833f275">
Constitutional amendments
</a>
</td>
<td>
List the most imortant amendments to the constitution.
</td>
<td>
Very good
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cd94f-1f80-8009-9937-e0b9474a63af">Wifi</a>
</td>
<td>
How does a wifi connection work?
</td>
<td>Good</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cda78-70d0-8009-af67-5ef41108d518">Device uses</a>
</td>
<td>
Describe the main uses for tablets, laptops, and desktop computers. I'm retired, consume
some media, and collaborate with a friend on software projects.
<hr />
<div style="font-size:0.8em; padding:0.5em 0.5em;">
Can ChatGPT help me select technology best suited to my needs? It provides a good start,
but more research is needed.
</div>
</td>
<td>Getting better</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cdb7b-9f54-8009-9896-38640a09c0ac">Benedict Arnold</a>
</td>
<td>
As a biographer, summarize the life and values of Benedict Arnold
</td>
<td>Good</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cdc29-9f5c-8009-8dca-86fe31c4a950">Pablo Picasso</a>
</td>
<td>
What distinguishes the artistic style of Pablo Picasso
</td>
<td>Good</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cdd4d-16f4-8009-9d93-b9526512f3a4">Pauline Kael</a>
</td>
<td>
Describe the life and work of the movie critic Pauline Kael
</td>
<td>Very good</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cddac-c804-8009-9950-9105c4b6a371">Science fiction</a>
</td>
<td>
make a list of the seven best science fiction novels
</td>
<td>O.K. - most of these would not make my list of seven best</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cde69-4ea8-8009-9f7f-5f5ba3111242">
PMM proposal
</a>
</td>
<td>
Write a proposal for a perpetual motion machine
<hr />
<div style="font-size:0.8em; padding:0.5em 0em;">
What happens when you ask for something ridiculous? You get a constructive response
with disclaimer.
</div>
</td>
<td>
Good (disclaimer)
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cdeda-46ec-8009-8488-c20aaa14d1e5">Create plot</a>
</td>
<td>
Create a plot for a spy novel.
<hr />
<div style="font-size:0.8em; padding:0.5em 0.5em;">
Blimey, not going to win the Booker prize for this!
It melds Borne Identity with Indiana Jones.
</div>
</td>
<td>
Derivative
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674cdfd3-82bc-8009-bb5a-153db6719168">Compact set</a>
</td>
<td>
As a mathematician describe a compact set
</td>
<td>
Quite Good - My doctoral program included a minor in graduate math courses including Real and
Functional Analysis, so I have some basis for judgement.
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674ce11d-8180-8009-9469-77b31ea2196f">Sailing</a>
</td>
<td>
instructions for piloting a 35 foot sailboat including details for trimming the sails
</td>
<td>Very good - I know very little about sailing but this sounds good.</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674ce279-0a50-8009-90aa-4ba43bc63ba7">Technical Talk</a>
</td>
<td>
Create the transcript of a technology talk for layment with examples. Take GPT AI as an example.
<hr />
<div style="font-size:0.8em; padding:0.5em 0.5em;">
Fairly good, but you certainly know it was't prepared by Steve Jobs.
</div>
</td>
<td>Reasonable starter, but needs more work.</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674ce3ed-f160-8009-aea5-194d31b6783f">LLMs</a>
</td>
<td>
How do neural networks work. Include the role of back-propagation.
</td>
<td>
Good start
</td>
</tr>
</table>
<div id="terms" style="height:0.25em;"></div>
<h2>Table 2. - AI Terms</h2>
<table>
<tr>
<th style="width:8em;">Term</th><th style="width:55em;">Meaning</th>
</tr>
<tr>
<td>
<a target="_blank" href="https://en.wikipedia.org/wiki/Artificial_intelligence">AI</a>
</td>
<td>
Artificial Intelligence - limited but very fast simulation of intellegence. "Understands"
context and can be convincingly conversational. Can generate text and images.
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://en.wikipedia.org/wiki/Generative_pre-trained_transformer">GPT</a>
</td>
<td>
<ul>
<li>
Generative: capable of generating text and images in response to prompts.
</li>
<li>
Pre-Trained: trained with text prediction (unsupervised) and reinforcement learning from
human feedback (supervised).
</li>
<li>
Transformer: uses attention mechanism - a neural network layer that uses a measure of
input relevance based on past tokens to establish a context for current processing.
</li>
</ul>
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://www.scalablepath.com/data-science/chatgpt-architecture-explained#chatgpt-how-openais-neural-language-model-works">
Neural Network
</a>
</td>
<td>
A sequence of layers of interconnected "neurons" with weights for
each connection. Really a mutable function with many inputs and a few outputs.
</td>
</tr>
<tr>
<td>Training</td>
<td>
A process of optimizing neural network weights to provide desireable results based
on input data like webpages and pdfs.
That often uses a process called back-propagation. To achieve good results that
usually takes training on massive collections of data. Look at the reference
<a target="_blank" href="https://www.nytimes.com/interactive/2023/04/26/upshot/gpt-from-scratch.html">BabyGPT</a>
to understand what that means.
</td>
</tr>
<tr>
<td>Supervision</td>
<td>
Training can be unsupervised or supervised. Modern AI programs sometimes use an
initial unsupervised training on lots of data, followed by supervised training to
fine-tune the output.
<ul>
<li>
Example of unsupervised training - two identical AI applications play thousands of
games of Go, adjusting weights based on the success of the strategies used.
</li>
<li>
Example of supervised training - humans carefully select and label inputs and
then evaluate the results. The AI program adjusts its weights based on the
evaluations. That was used to train image recognition programs.
</li>
</ul>
</td>
</tr>
<tr>
<td>LLM</td>
<td>
Large Language Model - a neural network for generating plausible text. It uses unsupervised
training on huge collections
of text, often taken from the web. The model chooses a next word based on past sequence of words
from its data set using probability measures. It then compares its generated word with the
actual next word, and adjusts its network weights accordingly.
</td>
</tr>
<tr>
<td>Algorithms</td>
<td>
Processes for starting learning, deciding when it's finished, deciding the probability
basis for choosing the next word, ...
</td>
</tr>
<tr>
<td>Attention</td>
<td>
Highlighting particularly important phrases and contexts, used in processing algorithms.
This enables constructing conversations that depend on a context (think of our examples).
</td>
</tr>
<tr>
<td>GPU</td>
<td>
Graphical Processing Units were designed to support rendering of computer data to large screens.
GPUs are very useful as building models for training because they are fast and can do many
operations in parallel.
</td>
</tr>
<tr>
<td>Open-Source</td>
<td>
Software that is shared within a wide community, often anyone interested. Usually made
available from a repository like <a target="_blank" href="https://jimfawcett.github.io/RustThreadPool.html">github</a>
</td>
</tr>
<tr>
<td>openAI</td>
<td>
Company that builds ChatGPT and licences to Microsoft and ... Started out as open-source but
now some of the algorithms are "secret sauce" closely guarded by its developers.
</td>
</tr>
</table>
<div style="height:1em;"></div>
<h2 id="imgs">Image Generation</h2>
<t-b>
If you have Microsoft Edge browser installed you can generate interesting images, using DALL-E. I have not tried
installing on Macs, but believe you can do that.
</t-b>
<t-b>
Things to try:
<ul>
<li>Retirees playing cards</li>
<li>Brooklyn in the morning</li>
<li>Tappan Zee bridge</li>
</ul>
<div style="height:0.5em;"></div>
I will demonstrate if there is time at the end.
<div id="takeaway" style="height:1em;"></div>
</t-b>
<h2>Take-aways</h2>
<ul>
<li>
ChatGPT is an AI-based chatbot that generates surprisingly good answers to queries and
can generate text for letters and essays.
</li>
<li>
Gets information very quickly - none to fewer web searches - extracts information from
very large data sets.
</li>
<li>
Generates starter text for letters, proposals, cards.
</li>
<li>
The value of the results dependes on quality of your queries.
</li>
<li>
Replies can be improved by adding amendments to the original query without re-entering
all the details.
</li>
<li>
ChatGPT will occasionally make up answers if it doesn't have needed detail in its
training data.
</li>
<li>
The free version was trained on data upto 2021. The ability to summarize content of specified
web pages has been turn off. Bing Compose will do that.
</li>
<li>
The free version does not generate images, but the paid version does according to articles
linked above. I will subscribe to the paid version soon and will place a more definitive
statement here at that time.
</li>
<li>
The paid version, $20/month, is more current and powerful
</li>
<li>
Links:
<div style="font-size:1.0em; margin:1.0em 2.0em;">
<a target="_blank" href="https://chat.openai.com/">https://chat.openai.com</a><br />
</div>
<div style="font-size:1.0em; margin:1.0em 2.0em;">
<a target="_blank" href="https://jimfawcett.github.io/ChatGPT.html">https://jimfawcett.github.io/ChatGPT.html</a>
</div>
</li>
</ul>
<div style="height:1em;"></div>
<details>
<summary class="darkItem">Coding Specific links - not of general interest</summary>
<table>
<tr style="color:var(--light); background-color:var(--dark);">
<th>Link to conversation</th>
<th style="border-left:2px solid var(--light);">Queries driving conversation</th>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674d19cb-6764-8009-937e-c52c8014f205">find RegEx</a>
</td>
<td>
lay out structure of Rust Program to find regexs in files
<hr />
<div style="font-size:0.8em; padding:0.5em 0.5em;">
Good implementation using crates, but did too much. I just wanted to see if it could
structure code in any meaningful way. Didn't want full implementation.
</div>
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674d1a71-c9d0-8009-a3f0-cedf779e669f">
tcp messaging
</a>
</td>
<td>
Structure Rust program to exchange messages with remote version of itself using tcp protocol
<hr />
<div style="font-size:0.8em; padding:0.5em 0.5em;">
Quite limited but economical implementation.
</div>
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674d1b17-0bc8-8009-8fdf-6d4f71f33408">Draggable slider</a>
</td>
<td>
Sliderbar component using only HTML, CSS, and JavaScript
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://chatgpt.com/share/674d1bee-8854-8009-9246-a35d94de547c">C# iteration</a>
</td>
<td>
create C# code for function that iterates through an IEnumerable<T>
</td>
</tr>
</table>
</details>
<div style="height:10em;"></div>
</content>
<a id="bottom"></a>
<!--<page-TOC id="pages" style="display:none;">
</page-TOC>-->
<page-sections id="sections" style="display:none;">
<menu-elem style="width:0.0em"> </menu-elem>
<menu-elem class="secElem"><a href="#bottom">bottom</a></menu-elem>
<menu-elem class="secElem"><a href="#takeaway">takeaway</a></menu-elem>
<menu-elem class="secElem"><a href="#imgs">images</a></menu-elem>
<menu-elem class="secElem"><a href="#terms">terms</a></menu-elem>
<menu-elem class="secElem"><a href="#qual">quality</a></menu-elem>
<menu-elem class="secElem"><a href="#query">queries</a></menu-elem>
<menu-elem class="secElem"><a href="#top">top</a></menu-elem>
</page-sections>
</main>
<frame-footer>
<menu-item style="width:2.0em;"> </menu-item>
<!-- <menu-elem id="nextLink2" onclick="bottomMenu.next()">Next</menu-elem>
<menu-elem id="prevLink2" onclick="bottomMenu.prev()">Prev</menu-elem>
<menu-elem id="pgbtn" onclick="bottomMenu.pages()">Pages</menu-elem> -->
<menu-elem onclick="bottomMenu.sections()">Sections</menu-elem>
<menu-elem onclick="bottomMenu.about()">About</menu-elem>
<menu-elem id="kysbtn" onclick="storyHlpMenu.keys()">Keys</menu-elem>
<menu-elem style="margin-right:1em">
<span id="loc" style="display:inline-block; font-weight:normal"></span>
</menu-elem>
</frame-footer>
</page-frame>
<script>
let loc = document.getElementById("loc");
let fn = window.location.href.split(/\/|\\/).pop();
loc.innerHTML = fn + ":";
</script>
</body>
</html>