Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. plt.subplot(223)
  2. plt.title('Initial Colors')
  3. plt.imshow(starting_weights)
  4. plt.subplot(224)
  5. plt.title('Learnt Colors')
  6. plt.imshow(som.get_weights())
Add Comment
Please, Sign In to add comment