Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9472f6b

Browse filesBrowse files
Merge pull request #1 from Kyubyong/master
update
2 parents b20e989 + 2f00f11 commit 9472f6b
Copy full SHA for 9472f6b

7 files changed

+3410
-4
lines changed

‎Array_manipulation_routines.ipynb

Copy file name to clipboardExpand all lines: Array_manipulation_routines.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"collapsed": true
4747
},
4848
"source": [
49-
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150."
49+
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150."
5050
]
5151
},
5252
{

‎Array_manipulation_routines_Solutions.ipynb

Copy file name to clipboardExpand all lines: Array_manipulation_routines_Solutions.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"collapsed": true
4747
},
4848
"source": [
49-
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150."
49+
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150."
5050
]
5151
},
5252
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.