Skip to content

Commit 5c4fcbd

Browse files
committed
updates 2023
1 parent 409b3df commit 5c4fcbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lab1/Part1_TensorFlow.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"%tensorflow_version 2.x\n",
8383
"import tensorflow as tf\n",
8484
"\n",
85-
"# Download and import the MIT Introduction to Deep Learning package\n",
85+
"# Download and import the MIT 6.S191 package\n",
8686
"!pip install mitdeeplearning\n",
8787
"import mitdeeplearning as mdl\n",
8888
"\n",
@@ -206,8 +206,8 @@
206206
},
207207
"source": [
208208
"row_vector = matrix[1]\n",
209-
"column_vector = matrix[:,1]\n",
210-
"scalar = matrix[0, 1]\n",
209+
"column_vector = matrix[:,2]\n",
210+
"scalar = matrix[1, 2]\n",
211211
"\n",
212212
"print(\"`row_vector`: {}\".format(row_vector.numpy()))\n",
213213
"print(\"`column_vector`: {}\".format(column_vector.numpy()))\n",

0 commit comments

Comments
 (0)