# MNIST Guide

## Introduction

In this guide, we will integrate the [**MNIST database**](http://yann.lecun.com/exdb/mnist/) (handwritten digits) into Tensorleap, build and train a simple classification model, and then analyze it.

This guide requires a Tensorleap account. Sign up for a free trial [**here**](https://tensorleap.ai) if you do not have one yet.

## What This Guide Covers

This guide is designed to get you started quickly with Tensorleap. We recommend that you go through its sections in order, since each section depends on the previous one.

* [**MNIST Dataset Integration**](/guides/full-guides/mnist-guide/dataset-integration.md)
* [**Model Integration**](/guides/full-guides/mnist-guide/model-integration.md)
* [**Model Perception Analysis**](/guides/full-guides/mnist-guide/model-perception-analysis.md)
* [**Advanced Metrics**](/guides/full-guides/mnist-guide/advanced-metrics.md)

Our [**Platform**](/user-interface.md) documentation for the Tensorleap user interface (UI) and Command Line Interface (CLI) may prove useful when going through this guide.

{% hint style="info" %}
This is also applicable to Tensorleap's **On-Premise** solution, which lets you run our platform on an isolated machine.
{% endhint %}

## Get Started

Ready to get started? Go to [**Dataset Integration**](/guides/full-guides/mnist-guide/dataset-integration.md).


---

# 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://docs.tensorleap.ai/guides/full-guides/mnist-guide.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.
