Skip to content

TensorBoard

Ashok Bhat edited this page Apr 22, 2020 · 1 revision

About

  • TensorFlow's visualization toolkit
  • For machine learning experimentation

Key Features

  • Tracking and visualizing metrics such as loss and accuracy
  • Visualizing the model graph (ops and layers)
  • Viewing histograms of weights, biases, or other tensors as they change over time
  • Projecting embeddings to a lower dimensional space
  • Displaying images, text, and audio data
  • Profiling TensorFlow programs

See also

Clone this wiki locally