# Dataset Visualization

## How to visualize machine learning datasets

[Deep Lake](https://app.activeloop.ai/) has a web interface for visualizing, versioning, querying, and operating on [machine learning datasets](https://docs-v3.activeloop.ai/v3.0.0/broken-reference). It utilizes the Deep Lake format under-the-hood, and it can be connected to datasets stored in all Deep Lake [storage locations](https://docs-v3.activeloop.ai/v3.0.0/storage-and-credentials/storage-options).

![](https://923467139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWKDybqaL35yukGWW6uuB%2Fuploads%2F9HmDeWuvo8hNfpup2g8f%2Fcomputer_vision_dataset_visualization_coco_dataset.webp?alt=media\&token=c6effb9c-7f83-43c0-84e6-d8be3fbd0aea)

### Visualization can be performed in 3 ways:

1. **In the** [**Deep Lake UI**](https://app.activeloop.ai/) **(most feature-rich and performant option)**
2. **In the** [**python API**](https://docs-v3.activeloop.ai/v3.0.0/getting-started/visualizing-datasets) **using `ds.visualize()`**
3. **In your own application using** [**our integration options**](https://docs-v3.activeloop.ai/v3.0.0/how-it-works/visualizer-integration)**.**

### Requirements for correctly visualizing your own datasets

Deep Lake makes assumptions about underlying data types and relationships between tensors in order to display the data correctly. Understanding the following concepts is necessary in order to effectively use the visualizer:&#x20;

1. [Data Types (htypes)](https://docs.deeplake.ai/en/latest/Htypes.html)
2. [Relationships between tensors](https://docs-v3.activeloop.ai/v3.0.0/how-it-works/tensor-relationships)
