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