# Architecture

The alpha 30/7 architecture integrates advanced techniques to optimize data processing and predictive performance. At its core, Variational Autoencoders (VAEs) compress high-dimensional data (93 features) into a compact latent space, effectively reducing noise while capturing essential structures within the data. The VAE architecture includes an encoder that maps input data to a latent space, generating a mean and log-variance, and a decoder that reconstructs the data, ensuring a meaningful and robust data representation for subsequent analysis.

Building on the VAE output, the architecture employs Bidirectional Long Short-Term Memory (LSTM) networks with 64 units to capture both past and future dependencies in sequential data, crucial for tasks involving time series or ordered data. To prevent overfitting, L2 regularization is applied, maintaining a balance between model complexity and generalization. An integrated attention mechanism enhances the LSTM’s capability by selectively focusing on the most predictive features derived from the VAE, ensuring the model prioritizes critical information. Finally, Dense layers with ReLU activations integrate and interpret these features, with the final output layer utilizing a sigmoid activation for precise binary classification, delivering refined and reliable predictive probabilities.

<figure><img src="/files/9OyQCclDmXmlVMOIzSRY" alt=""><figcaption></figcaption></figure>


---

# 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.aarna.ai/aarna-agentic-engine/alpha-30-7/architecture.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.
