Hacker News new | ask | show | jobs
by bikeshaving 246 days ago
The source code for this is unminified and very readable if you’re one of the rare few who has interesting latent spaces to visualize.

https://accent-explorer.boldvoice.com/script.js?v=5

3 comments

Nothing too secret in there! We anonymized everything and anyway it's just a basic Plotly plot. Feel free to check it out.
could you explain what it means for someone to “have interesting latent spaces”? curious how you’re using that metaphor here
I don’t think I’m using it as a metaphor? To “have interesting latent spaces” just means you have access to the actual weights and biases, the artifact produced by fine-tuning/training models, or you can somehow “see” activations as you feed input through the model. This can be turned into interesting 3D visualizations and reveal “latent” connections in the data which often align with and allow us to articulate similarities in the actual phenomena which these “spaces” classify.

Not many people have the privilege of access to these artifacts, or the skill to interpret these abstract, multi-dimensional spaces. I want more of these visualizations, with more spaces which encode different modalities.

https://en.wikipedia.org/wiki/Latent_space

Good catch. I really hate javascript so i never got into d3js, so plptly was such a life saver.
Plotly is great! Much love.