This looks really neat and it's definitely fun to play around with. I can't resist playing around with tools like this for a few minutes, but I've never really figured out what they're good for. What am I supposed to learn from them? What is the actionable information? That's not really a criticism, I just feel like I'm missing something.
Show HN: TensorSpace.js – Neural network 3D visualization framework
21–30 of 30 posts
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#22Quite neat! Some constructive feedback - I think in addition to mouse controls, having keyboard 'spaceship' flying around is pretty important. I would also try to add model interprability tools (SmoothGrad) as an option, and perhaps contact some of those researchers to see how this can best be used for model understanding (I would guess visualizing grad flows / weights is more interesting than just layers). PS I actu…
I have viewed your blog, and it is really fun. However, it is a pity that the online demo is outdated. Could you tell me what technique you use to construct 3D scene? Thanks.
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#23To provide some feedback: 1. display weights and gradients (in addition to activations) 2. display how activations/weights/gradients change during training. For example, I should be able to point to checkpoint directory where my model is saved every epoch (or every few iterations), and then hit 'play' button to see how a particular feature map or weights filter is changing as I move between epochs/iterations. 3. disp…
And for others features, we are discussing how to integrate them with TensorSpace, looking forward to your further suggestions.
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#24Is convolution transpose supported in this/tensorflow.js? Might be fun to visualize fully convolutional networks this way...
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#25Wow, this looks amazing. Going to check out how to process my model from keras to use with this tool. Doesn't like that complicated. Gonna give this a shot :) Great work !
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#26Would love to see this be vizualized in Augmented reality as well, like an ARKit app.
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#27This is awesome!
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#28Minority report style!
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#29Always wanted to visualize CNNs like this. I wonder whether it is possible to visualize RNNs at all.
Re: Show HN: TensorSpace.js – Neural network 3D visualization framework
#30Would love to see this be vizualized in Augmented reality as well, like an ARKit app.
Augmented reality is really an amazing idea! As Three.js support web vr, I will dig into it. Hoping I can add this feature to TensorSpace soon.