> For the complete documentation index, see [llms.txt](https://docs-v3.activeloop.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.activeloop.ai/v3.6.9/tutorials/deep-learning.md).

# Deep Learning Tutorials

## How to use Deep Lake for Deep Learning Applications

Deep Lake can be used as tool for managing Deep Learning data, including rapidly training models while streaming data, running queries, tracking dataset versions, visualizing datasets, and more.

These tutorials show how to use Deep Lake's low-level API for deep-learning use cases.&#x20;

### Deep Learning Tutorials:

{% content-ref url="/pages/W5adD2bcZPAHk75NKXk1" %}
[Creating Datasets](/v3.6.9/tutorials/deep-learning/creating-datasets.md)
{% endcontent-ref %}

{% content-ref url="/pages/LtYFc6CY6tPn7bQwR2zL" %}
[Training Models](/v3.6.9/tutorials/deep-learning/training-models.md)
{% endcontent-ref %}

{% content-ref url="/pages/CsnEhLmjZVti8kb1vxc2" %}
[Updating Datasets](/v3.6.9/tutorials/deep-learning/updating-datasets.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MggoAc5vfcLcAXzgybu" %}
[Data Processing Using Parallel Computing](/v3.6.9/tutorials/deep-learning/data-processing-using-parallel-computing.md)
{% endcontent-ref %}


---

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

```
GET https://docs-v3.activeloop.ai/v3.6.9/tutorials/deep-learning.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.
