We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a039f0 commit 3d84c1bCopy full SHA for 3d84c1b
neural-networks-case-study.md
@@ -38,6 +38,7 @@ for j in xrange(K):
38
y[ix] = j
39
# lets visualize the data:
40
plt.scatter(X[:, 0], X[:, 1], c=y, s=40, cmap=plt.cm.Spectral)
41
+plt.show()
42
```
43
44
<div class="fig figcenter fighighlight">
0 commit comments