# Dataset Comparison

Rendered.ai offers a service for comparing the imagery between two datasets using a dimensionality reduction technique. The way our service works is that we first gather features using a Feature Pyramid Network to determine what Object Detection models are seeing in images at different levels of feature size. Then we reduce those features using [UMAP](https://umap-learn.readthedocs.io/en/latest/) as a dimensionality reduction technique for visualizing datasets in a 2D or 3D space. We generate an interactive 3D plot where users can click on data points to view images. Using this, users can compare the imagery of two or more datasets and infer what is making them similar or different.

### Creating a UMAP Job <a href="#creating-a-umap-job" id="creating-a-umap-job"></a>

To start, we will need to navigate to the Dataset Library page of our workspace and select the datasets we would like to compare, then click the compare button.

<figure><img src="/files/mLv9rhZjvxbuIGwOUNQy" alt=""><figcaption><p>Compare Datasets</p></figcaption></figure>

In the next dialog we can name our UMAP comparison, determine which dataset will be used as the fit dataset and how many images to sample from each dataset for comparison.

<figure><img src="/files/s4te2ZNLq94WPziBiaqJ" alt=""><figcaption><p>UMAP Dialog</p></figcaption></figure>

Clicking on the *Compare* button will start a new UMAP job.

<figure><img src="/files/XqIzkIuYKqCxXjXLmYTM" alt=""><figcaption><p>UMAP Job Running</p></figcaption></figure>

Once the UMAP page has loaded, it will show an interactive 3D plot. You can click on each data point to get information about the image.

<figure><img src="/files/Y2JRxEbKbCCgWdlyt7Y9" alt=""><figcaption><p>View Comparison</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.rendered.ai/application-user-guides/tutorials/creating-and-using-datasets/dataset-comparison.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
