# Neural Network Visualizer

> Neural Network Visualizer - Provides a visual breakdown of each layer in the model's neural network.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.754281+00:00` (UTC).

## Primary page

- [Neural Network Visualizer](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/experiment-insights/neural-net.html): Full documentation for this topic (HTML).

## Related documentation

- [NextGen UI documentation](https://docs.datarobot.com/en/docs/workbench/index.html): Linked from this page.
- [Workbench](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/index.html): Linked from this page.
- [Predictive experiments](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/index.html): Linked from this page.
- [Evaluate models](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/experiment-insights/index.html): Linked from this page.

## Documentation content

# Neural Network Visualizer

| Tab | Description |
| --- | --- |
| Details | Provides a visual breakdown of each layer in the model's neural network. |

The Neural Network Visualizer illustrates the order of, and connections between, layers for each layer in a model's neural network. It helps to understand if the network layers are connected in the expected order in that it describes the order of connections and the input and outputs for each layer in the network.

There are several ways to interact with the visualizer display:

- Click and drag left and right to see all layers.
- Use the canvas tools to zoom in or out, or to reset to the default.
- Click a grouped layer to expand and display, or collapse and hide, all layers in the group (cluster). These clusters are parallel groups of CNNs with the same architecture, but with different weights and biases. Each can be thought of as a separate feature detector applied on the same input. Collapsed layersExpanded layers
- ClickDisplay all layersto reload the blueprint with all layers expanded.
- For blueprints that contain multiple neural networks in a single blueprint, theSelect graphdropdown becomes available, allowing you to display the associated visualization for that neural network.
