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

Sign up
Appearance settings

Commit 06ae749

Browse files
Update neural_network_xor_logic_from_scratch.ipynb
1 parent 21091ad commit 06ae749

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎neural_network_xor_logic_from_scratch.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@
200200
],
201201
"source": [
202202
"test = np.array([[1],[0]])\n",
203-
"predict(test)\n",
203+
"predict(w1,w2,test)\n",
204204
"test = np.array([[0],[0]])\n",
205-
"predict(test)\n",
205+
"predict(w1,w2,test)\n",
206206
"test = np.array([[0],[1]])\n",
207-
"predict(test)\n",
207+
"predict(w1,w2,test)\n",
208208
"test = np.array([[1],[1]])\n",
209-
"predict(test)"
209+
"predict(w1,w2,test)"
210210
]
211211
},
212212
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /