https://github.com/microsoft/data-formulator?tab=readme-ov-file
https://pair-code.github.io/facets/
https://pair-code.github.io/what-if-tool/
https://projector.tensorflow.org/
https://github.com/HendrikStrobelt/Seq2Seq-Vis?tab=readme-ov-file
https://poloclub.github.io/ganlab/
https://quickdraw.withgoogle.com/data
http://www.r2d3.us/visual-intro-to-machine-learning-part-1/ TensorBoard
Bertviz
BertViz is the most widely-used open-source tool for attention visualization. It supports multiple transformer models and provides three distinct views
https://github.com/jessevig/bertviz
Inspectus
Inspectus is a newer, versatile visualization library specifically designed for LLMs. It offers:
- Attention Matrix: Interactive heatmaps showing token-to-token attention scores
- Query/Key Token Heatmaps: Specialized views for understanding attention flow
- Dimension Heatmaps: Attention scores across layers and heads
- Simple Python API: Easy integration with Jupyter notebooks
SAVIS: Sentence-Level Attention Visualization for Large Language Models
SAVIS (Sentence-level Attention VISualization) is a Python library for visualizing inter-sentence attention in large language models (LLMs). This tool enhances the interpretability of LLMs by providing an intuitive visualization of how attention is distributed across sentences in generated text.
https://github.com/shap/shap A game theoretic approach to explain the output of any machine learning model.