Skip to content

Commit c24f08a

Browse files
committed
Update Intro_to_CV.ipynb
MNIST
1 parent e57ba8d commit c24f08a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

2023/SP23/intro-cv-series/workshop-1/Intro_to_CV.ipynb

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,35 @@
8686
" ### 1.2 The MNIST Dataset"
8787
]
8888
},
89+
{
90+
"attachments": {},
91+
"cell_type": "markdown",
92+
"metadata": {},
93+
"source": [
94+
"MNIST (\"Modified National Institute of Standards and Technology\") is the de facto “hello world” dataset for ML/CV\n",
95+
"\n",
96+
"Let's explore and visualize the MNIST Dataset! "
97+
]
98+
},
99+
{
100+
"cell_type": "code",
101+
"execution_count": 7,
102+
"metadata": {},
103+
"outputs": [
104+
{
105+
"ename": "ModuleNotFoundError",
106+
"evalue": "No module named 'numpy'",
107+
"output_type": "error",
108+
"traceback": [
109+
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
110+
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
111+
"Cell \u001b[0;32mIn[7], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mnumpy\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mnp\u001b[39;00m\n",
112+
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'numpy'"
113+
]
114+
}
115+
],
116+
"source": []
117+
},
89118
{
90119
"cell_type": "markdown",
91120
"metadata": {
@@ -187,7 +216,15 @@
187216
"name": "python3"
188217
},
189218
"language_info": {
219+
"codemirror_mode": {
220+
"name": "ipython",
221+
"version": 3
222+
},
223+
"file_extension": ".py",
224+
"mimetype": "text/x-python",
190225
"name": "python",
226+
"nbconvert_exporter": "python",
227+
"pygments_lexer": "ipython3",
191228
"version": "3.10.7"
192229
},
193230
"vscode": {

0 commit comments

Comments
 (0)