3.8 Output layer

In [23]:
# output layer
plt.title('Output layer')
plt.scatter(result[:, 0], result[:, 1], c= out21.reshape(-1), cmap=cm.coolwarm)
Out[23]:
<matplotlib.collections.PathCollection at 0x29c7f33b8d0>