Skip to content

Commit 13042d8

Browse files
committed
deploy: c4c03c8
1 parent a93e074 commit 13042d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+4701
-4044
lines changed

_admonition/gpu.html

Lines changed: 636 additions & 0 deletions
Large diffs are not rendered by default.

_notebooks/about_py.ipynb

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "0cd1ceb7",
5+
"id": "b3053a29",
66
"metadata": {},
77
"source": [
88
"\n",
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"cell_type": "markdown",
22-
"id": "6d4310c5",
22+
"id": "13c10839",
2323
"metadata": {},
2424
"source": [
2525
"# About These Lectures\n",
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"cell_type": "markdown",
34-
"id": "fc2c2316",
34+
"id": "8e56ad76",
3535
"metadata": {},
3636
"source": [
3737
"## Overview\n",
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "markdown",
58-
"id": "a3aae76e",
58+
"id": "c4b8f380",
5959
"metadata": {},
6060
"source": [
6161
"### Can’t I Just Use LLMs?\n",
@@ -79,7 +79,7 @@
7979
},
8080
{
8181
"cell_type": "markdown",
82-
"id": "e90aef03",
82+
"id": "faffd209",
8383
"metadata": {},
8484
"source": [
8585
"### Isn’t MATLAB Better?\n",
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"cell_type": "markdown",
105-
"id": "bbed3bd9",
105+
"id": "d4ae20cf",
106106
"metadata": {},
107107
"source": [
108108
"## Introducing Python\n",
@@ -120,7 +120,7 @@
120120
},
121121
{
122122
"cell_type": "markdown",
123-
"id": "a0bb1669",
123+
"id": "e381293e",
124124
"metadata": {},
125125
"source": [
126126
"### Common Uses\n",
@@ -152,7 +152,7 @@
152152
},
153153
{
154154
"cell_type": "markdown",
155-
"id": "c9ec9647",
155+
"id": "210e58ee",
156156
"metadata": {},
157157
"source": [
158158
"### Relative Popularity\n",
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"cell_type": "markdown",
178-
"id": "409d94da",
178+
"id": "4246ddc3",
179179
"metadata": {},
180180
"source": [
181181
"### Features\n",
@@ -193,7 +193,7 @@
193193
},
194194
{
195195
"cell_type": "markdown",
196-
"id": "65516ab2",
196+
"id": "d91b61cc",
197197
"metadata": {},
198198
"source": [
199199
"### Syntax and Design\n",
@@ -211,7 +211,7 @@
211211
},
212212
{
213213
"cell_type": "markdown",
214-
"id": "d01f108e",
214+
"id": "bbefa921",
215215
"metadata": {
216216
"hide-output": false
217217
},
@@ -269,7 +269,7 @@
269269
},
270270
{
271271
"cell_type": "markdown",
272-
"id": "918c8976",
272+
"id": "fc60637f",
273273
"metadata": {},
274274
"source": [
275275
"This Java code opens an imaginary file called `data.csv` and computes the mean\n",
@@ -283,7 +283,7 @@
283283
{
284284
"cell_type": "code",
285285
"execution_count": null,
286-
"id": "48487e62",
286+
"id": "72237d88",
287287
"metadata": {
288288
"hide-output": false
289289
},
@@ -305,7 +305,7 @@
305305
},
306306
{
307307
"cell_type": "markdown",
308-
"id": "338dd6cc",
308+
"id": "44eb0e8c",
309309
"metadata": {},
310310
"source": [
311311
"### The AI Connection\n",
@@ -327,7 +327,7 @@
327327
},
328328
{
329329
"cell_type": "markdown",
330-
"id": "8f279729",
330+
"id": "c09c23de",
331331
"metadata": {},
332332
"source": [
333333
"## Scientific Programming with Python\n",
@@ -354,7 +354,7 @@
354354
},
355355
{
356356
"cell_type": "markdown",
357-
"id": "394702eb",
357+
"id": "c7b9ccc1",
358358
"metadata": {},
359359
"source": [
360360
"### NumPy\n",
@@ -371,7 +371,7 @@
371371
{
372372
"cell_type": "code",
373373
"execution_count": null,
374-
"id": "80e8d47b",
374+
"id": "f582f9c7",
375375
"metadata": {
376376
"hide-output": false
377377
},
@@ -383,7 +383,7 @@
383383
},
384384
{
385385
"cell_type": "markdown",
386-
"id": "b2e5e79a",
386+
"id": "431a378e",
387387
"metadata": {},
388388
"source": [
389389
"This array is very small so it’s fine to work with pure Python.\n",
@@ -401,7 +401,7 @@
401401
{
402402
"cell_type": "code",
403403
"execution_count": null,
404-
"id": "b7b6d553",
404+
"id": "c50a9b72",
405405
"metadata": {
406406
"hide-output": false
407407
},
@@ -415,7 +415,7 @@
415415
},
416416
{
417417
"cell_type": "markdown",
418-
"id": "acb6287c",
418+
"id": "26a882a0",
419419
"metadata": {},
420420
"source": [
421421
"Now let’s transform this array by applying functions to it."
@@ -424,7 +424,7 @@
424424
{
425425
"cell_type": "code",
426426
"execution_count": null,
427-
"id": "7812d408",
427+
"id": "a35aee9c",
428428
"metadata": {
429429
"hide-output": false
430430
},
@@ -436,7 +436,7 @@
436436
},
437437
{
438438
"cell_type": "markdown",
439-
"id": "f014cf5b",
439+
"id": "be12cc03",
440440
"metadata": {},
441441
"source": [
442442
"Now we can easily take the inner product of `b` and `c`."
@@ -445,7 +445,7 @@
445445
{
446446
"cell_type": "code",
447447
"execution_count": null,
448-
"id": "c96d19b8",
448+
"id": "4c7ca39b",
449449
"metadata": {
450450
"hide-output": false
451451
},
@@ -456,7 +456,7 @@
456456
},
457457
{
458458
"cell_type": "markdown",
459-
"id": "85d83535",
459+
"id": "c1188dd0",
460460
"metadata": {},
461461
"source": [
462462
"We can also do many other tasks, like\n",
@@ -471,7 +471,7 @@
471471
},
472472
{
473473
"cell_type": "markdown",
474-
"id": "0f688edf",
474+
"id": "a43ef855",
475475
"metadata": {},
476476
"source": [
477477
"### NumPy Alternatives\n",
@@ -497,7 +497,7 @@
497497
},
498498
{
499499
"cell_type": "markdown",
500-
"id": "cc6acdeb",
500+
"id": "af2f41a4",
501501
"metadata": {},
502502
"source": [
503503
"### SciPy\n",
@@ -512,7 +512,7 @@
512512
{
513513
"cell_type": "code",
514514
"execution_count": null,
515-
"id": "f07fc390",
515+
"id": "d0838e7e",
516516
"metadata": {
517517
"hide-output": false
518518
},
@@ -528,7 +528,7 @@
528528
},
529529
{
530530
"cell_type": "markdown",
531-
"id": "70dd4185",
531+
"id": "3321678c",
532532
"metadata": {},
533533
"source": [
534534
"SciPy includes many of the standard routines used in\n",
@@ -548,7 +548,7 @@
548548
},
549549
{
550550
"cell_type": "markdown",
551-
"id": "db9397a8",
551+
"id": "ee1819b5",
552552
"metadata": {},
553553
"source": [
554554
"### Graphics\n",
@@ -594,7 +594,7 @@
594594
},
595595
{
596596
"cell_type": "markdown",
597-
"id": "2727864d",
597+
"id": "bf380351",
598598
"metadata": {},
599599
"source": [
600600
"### Networks and Graphs\n",
@@ -628,7 +628,7 @@
628628
{
629629
"cell_type": "code",
630630
"execution_count": null,
631-
"id": "629cf2c1",
631+
"id": "7969ad50",
632632
"metadata": {
633633
"hide-output": false
634634
},
@@ -663,7 +663,7 @@
663663
},
664664
{
665665
"cell_type": "markdown",
666-
"id": "5d0b9350",
666+
"id": "3e5ad0be",
667667
"metadata": {},
668668
"source": [
669669
"### Other Scientific Libraries\n",
@@ -698,7 +698,7 @@
698698
}
699699
],
700700
"metadata": {
701-
"date": 1764291148.4581158,
701+
"date": 1764540625.83234,
702702
"filename": "about_py.md",
703703
"kernelspec": {
704704
"display_name": "Python",

0 commit comments

Comments
 (0)