Tensorboard教程:高维向量可视化

PROJECTOR用于将高维向量进行可视化,经过PCA,T-SNE等方法将高维向量投影到三维坐标系。python 具体操做和解释见代码和注释:git import tensorflow as tf import mnist_inference import os from tensorflow.contrib.tensorboard.plugins import projector from t
相关文章
相关标签/搜索