# Getting Started

- [Quickstart](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/quickstart.md): Quickstart for Java using Maven
- [Untitled](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/quickstart/untitled.md)
- [Tutorials](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials.md): Deeplearning4j Tutorials
- [Quickstart with MNIST](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/quickstart-with-mnist.md)
- [MultiLayerNetwork And ComputationGraph](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/multilayernetwork-and-computationgraph.md)
- [Logistic Regression](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/logistic-regression.md)
- [Built-in Data Iterators](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/built-in-data-iterators.md)
- [Feed Forward Networks](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/feed-forward-networks.md)
- [Basic Autoencoder](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/basic-autoencoder.md): Anomaly Detection Using Reconstruction Error
- [Advanced Autoencoder](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/advanced-autoencoder.md): Trajectory Clustering Using AIS
- [Convolutional Networks](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/convolutional-networks.md): Train FaceNet Using Center Loss
- [Recurrent Networks](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/recurrent-networks.md): Sequence Classification Of Synthetic Control Data
- [Early Stopping](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/early-stopping.md)
- [Layers and Preprocessors](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/layers-and-preprocessors.md)
- [Hyperparameter Optimization](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/hyperparameter-optimization.md)
- [Using Multiple GPUs](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/using-multiple-gpus.md)
- [Clinical Time Series LSTM](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/clinical-time-series-lstm.md)
- [Sea Temperature Convolutional LSTM](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/sea-temperature-convolutional-lstm.md)
- [Sea Temperature Convolutional LSTM 2](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/sea-temperature-convolutional-lstm-example-2.md)
- [Instacart Multitask Example](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/instacart-multitask-example.md)
- [Instacart Single Task Example](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/instacart-single-task-example.md)
- [Cloud Detection Example](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/tutorials/cloud-detection-example.md)
- [Core Concepts](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/core-concepts.md): Introduction to Deeplearning4J concepts.
- [Cheat Sheet](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/cheat-sheet.md): Snippets and links for common functionality in Eclipse Deeplearning4j.
- [Examples Tour](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/examples-tour.md): Brief tour of available examples in DL4J.
- [Deep Learning Beginners](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/beginners.md): Road map for beginners new to deep learning.
- [Build from Source](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/build-from-source.md): Instructions to build all DL4J libraries from source.
- [Contribute](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/contribute.md): How to contribute to the Eclipse Deeplearning4j source code.
- [Eclipse Contributors](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/contribute/eclipse-contributors.md): IP/Copyright requirements for Eclipse Foundation Projects
- [Benchmark Guide](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/benchmark.md): General guidelines for benchmarking in DL4J and ND4J.
- [About](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/about.md): Facts and introduction to Eclipse Deeplearning4j, the top JVM deep learning framework.
- [Release Notes](https://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started/release-notes.md): New changes in each release of Eclipse Deeplearning4j.


---

# 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://deeplearning4j.konduit.ai/en-1.0.0-beta7/getting-started.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.
