Skip to content

Commit 95965a6

Browse files
committed
NumPy Linear Algebra - SVD Reconstruction - Solution: Update text.
1 parent 2d7d204 commit 95965a6

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

notebooks/2__numpy_linear_algebra__svd_reconstruction__SOLUTION.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"cell_type": "code",
20-
"execution_count": 1,
20+
"execution_count": null,
2121
"metadata": {
2222
"id": "mLnsPrdx5hP0"
2323
},
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"cell_type": "code",
42-
"execution_count": 2,
42+
"execution_count": null,
4343
"metadata": {
4444
"colab": {
4545
"base_uri": "https://localhost:8080/"
@@ -72,12 +72,12 @@
7272
"id": "LcRb8UEbw_3Z"
7373
},
7474
"source": [
75-
"Next we can read the image in grayscale mode:"
75+
"Next we read the image in grayscale mode:"
7676
]
7777
},
7878
{
7979
"cell_type": "code",
80-
"execution_count": 3,
80+
"execution_count": null,
8181
"metadata": {
8282
"colab": {
8383
"base_uri": "https://localhost:8080/"
@@ -121,7 +121,7 @@
121121
},
122122
{
123123
"cell_type": "code",
124-
"execution_count": 4,
124+
"execution_count": null,
125125
"metadata": {
126126
"colab": {
127127
"base_uri": "https://localhost:8080/",
@@ -161,7 +161,7 @@
161161
},
162162
{
163163
"cell_type": "code",
164-
"execution_count": 5,
164+
"execution_count": null,
165165
"metadata": {
166166
"colab": {
167167
"base_uri": "https://localhost:8080/"
@@ -199,7 +199,7 @@
199199
},
200200
{
201201
"cell_type": "code",
202-
"execution_count": 6,
202+
"execution_count": null,
203203
"metadata": {
204204
"colab": {
205205
"base_uri": "https://localhost:8080/"
@@ -236,7 +236,7 @@
236236
},
237237
{
238238
"cell_type": "code",
239-
"execution_count": 7,
239+
"execution_count": null,
240240
"metadata": {
241241
"colab": {
242242
"base_uri": "https://localhost:8080/",
@@ -282,7 +282,7 @@
282282
},
283283
{
284284
"cell_type": "code",
285-
"execution_count": 8,
285+
"execution_count": null,
286286
"metadata": {
287287
"colab": {
288288
"base_uri": "https://localhost:8080/",
@@ -323,7 +323,7 @@
323323
},
324324
{
325325
"cell_type": "code",
326-
"execution_count": 9,
326+
"execution_count": null,
327327
"metadata": {
328328
"colab": {
329329
"base_uri": "https://localhost:8080/",
@@ -369,7 +369,7 @@
369369
},
370370
{
371371
"cell_type": "code",
372-
"execution_count": 10,
372+
"execution_count": null,
373373
"metadata": {
374374
"colab": {
375375
"base_uri": "https://localhost:8080/"
@@ -406,7 +406,7 @@
406406
},
407407
{
408408
"cell_type": "code",
409-
"execution_count": 11,
409+
"execution_count": null,
410410
"metadata": {
411411
"colab": {
412412
"base_uri": "https://localhost:8080/",

0 commit comments

Comments
 (0)