带有 Tensorboard 投影仪的 UMAP
UMAP with Tensorboard projector
是否可以使用UMAP with Tensorboard projector。的确,目前我们只能用PCA或者T-SNE来配合它。
或者,是否有 Python 库可以生成交互式图表,例如 Tensorboard 的图表?
网络版Tensorflow Projector does now include UMAP。我猜他们最近添加了该功能,因为我最近多次使用投影仪,直到上周他们才在在线版本中提供 PCA、TSNE 或自定义可视化。但现在它在那里,试一试。
Tensorflow Projector with UMAP
我没有找到 Python 库来创建像张量板这样的交互式可视化,但如果你想尝试 JavaScript 版本,你可以从这个 making-an-interactive-umap-visualization-of-the-mnist-data-set blog post. Here is the showcase: Online UMAP Explorer with three.js
是否可以使用UMAP with Tensorboard projector。的确,目前我们只能用PCA或者T-SNE来配合它。
或者,是否有 Python 库可以生成交互式图表,例如 Tensorboard 的图表?
网络版Tensorflow Projector does now include UMAP。我猜他们最近添加了该功能,因为我最近多次使用投影仪,直到上周他们才在在线版本中提供 PCA、TSNE 或自定义可视化。但现在它在那里,试一试。
Tensorflow Projector with UMAP
我没有找到 Python 库来创建像张量板这样的交互式可视化,但如果你想尝试 JavaScript 版本,你可以从这个 making-an-interactive-umap-visualization-of-the-mnist-data-set blog post. Here is the showcase: Online UMAP Explorer with three.js