> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Evaluation & Verification Pipeline

> Verifying model performance using benchmark datasets

## Introduction

As outlined in the software architecture section, the purpose of the MEVP pipeline is to verify the model performance.

This can be done with a variety of methods but it is common practice to verify the validity of the data and model training pipelines using other datasets. This serves a variety of purposes:

1. To iron out modeling bugs that may cause performance issues. If the model for a custom dataset performs sub-optimally, we use exactly the same model in a dataset that we already have performance results from tens of other references / publications and ask the model to *replicate* such results.

2. To highlight issues with the data itself that are independent of the adopted modeling approach. After we replicate existing performance results, we then evaluate the sensitivity of the model performance by modifying the data itself.

## Benchmark Datasets

<CardGroup cols={2}>
  <Card title="CIFAR-10" icon="images" href="./cifar10">
    Classification benchmark with 10 classes
  </Card>

  <Card title="MVTec-AD" icon="industry" href="./mvtec-ad">
    Industrial anomaly detection benchmark
  </Card>
</CardGroup>

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/products/applications/anomaly-detection/manufacturing/mevp-pipeline/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
