> For the complete documentation index, see [llms.txt](https://docs.tensorleap.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tensorleap.ai/guides/full-guides/imdb-guide.md).

# IMDB Guide

## Introduction

IMDB dataset containing 50K movie reviews for natural language processing. It can be used for binary sentiment classification. 25,000 highly polar movie reviews are provided for training and 25,000 for testing.

In this guide, we will build a classifier model to predict positive and negative reviews.

This guide requires a Tensorleap account. GET THE free trial [**here**](broken://pages/reHfp80krQ2R6gWEaNyr) if you do not have one yet.

{% hint style="info" %}
For more information on the IMDB dataset, see <http://ai.stanford.edu/~amaas/data/sentiment/>.
{% endhint %}

## 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.

* [**IMDB Dataset Integration**](/guides/full-guides/imdb-guide/dataset-integration.md)
* [**Model Integration**](/guides/full-guides/imdb-guide/model-integration.md)
* [**Model Perception Analysis**](/guides/full-guides/imdb-guide/model-perception-analysis.md)
* [**Advanced Metrics**](/guides/full-guides/imdb-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/imdb-guide/dataset-integration.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tensorleap.ai/guides/full-guides/imdb-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
