We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0a3de commit 8b2790fCopy full SHA for 8b2790f
1 file changed
00_index.ipynb
@@ -35,11 +35,19 @@
35
"# Hands-On Projects\n",
36
"\n",
37
"- [Image Classification](./31_image_classification.ipynb)\n",
38
+ "- [Language Modeling (part 1)](./32_language_modeling_1.ipynb)\n",
39
40
"# Additional Topics\n",
41
42
"- [Parallelism and concurrency in Python](./14_threads.ipynb)\n"
43
]
44
+ },
45
+ {
46
+ "cell_type": "code",
47
+ "execution_count": null,
48
+ "metadata": {},
49
+ "outputs": [],
50
+ "source": []
51
}
52
],
53
"metadata": {
@@ -58,7 +66,7 @@
58
66
"name": "python",
59
67
"nbconvert_exporter": "python",
60
68
"pygments_lexer": "ipython3",
61
- "version": "3.10.10"
69
+ "version": "3.12.10"
62
70
63
71
},
64
72
"nbformat": 4,
0 commit comments