Visualizing-Deep-Learning
Visualizing-Deep-Learning copied to clipboard
How to adapt your visualisations to my data
Having read your post on visualising MNIST, I was inspired to run some of your visualisations of my own image data (pictures taken using a camera for MI) to help me understand it.
However I've had a good look into your code and am struggling to establish exactly how you define you MNIST data, and how to add the interactivity (as you achieved within your blog). I'm certainly no JavaScript programmer, but it looks like:
- You define the MNIST data here - how did you generate this (from the raw images)?
- You define the JavaScript interaction here (e.g. for t-SNE) - where is the MNIST data "imported"?
Thanks for any help in advance, and for your fantastic blogs!
hi,I have encountered the same problem as you. Have you solved it?
I have not, sorry