Загрузка видео...
Не удалось загрузить видео
My new favorite easy-to-use interactive 3D visualization library is Plotly! Here is a visualization of the CIFAR dataset where images are first projected into 2,048-dimensional hidden vectors using InceptionV3 and then reduced to 3D using UMAP.
56,508 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 10

Looks way smoother than matplotlib 3d figures. How many observations are in this 3d scatter? Does it ever get slow?

50,000 data points. never slow, very smooth on my laptop.

Amazing! Thanks for sharing @xbresson 🙌

I am going to try it. Been wanting to plot graphs and interact with. Thanks @xbresson for this post!

Do you have the code for this specific implementation. The 3D Umap cords to interactive plot like this ?

will share code soon

looks so great thx

I can see if I can support 3D plots in (also based on Plotly), then you can directly see the actual images as well.

For 3D visualization, should data have only 3 variables? Or how many variables can I use for this visualization?

Combine Plotly with dash for more controls and components.
