# Glossary

<table><thead><tr><th width="183">Term</th><th>Definition</th></tr></thead><tbody><tr><td>AI</td><td>Artificial Intelligence (AI), machine or computer simulation of human cognitive processes, such as learning from data, recognizing patterns, and making decisions.</td></tr><tr><td>Basis</td><td>Basis data or basis features are those inputs to the ML model, which are provided by an external application in the prediction REST request.</td></tr><tr><td>Batch data</td><td>Data that is processed in large groups at scheduled times</td></tr><tr><td>Contextual</td><td>Contextual data or contextual features are those inputs to the ML model, which are fetched from data sources and were not part of the prediction REST request at the time of prediction.</td></tr><tr><td>CPU</td><td>A Central Processing Unit (CPU) is the primary processor in a computing system.</td></tr><tr><td>Data sink</td><td>A table in Aizen storage that corresponds to a data source. There are two types of data sinks: events and static.</td></tr><tr><td>Data source</td><td>The source or original location of the raw data that is used to train ML models. The data sources are external to the Aizen platform and are typically database tables (connected as JDBC endpoints), CSV files, or streaming sources (connected as Kafka endpoints).</td></tr><tr><td>DataOps</td><td>Data Operations (DataOps), a set of practices and technologies for improving data analytics</td></tr><tr><td>Dataset</td><td>A collection of related data that is used to train ML models</td></tr><tr><td>DL</td><td>Deep Learning (DL), a type of machine learning that uses artificial neural networks, similar to the human brain, to train computers to process data and make decisions based on examples</td></tr><tr><td>Entity</td><td>An object or concept that can be modeled and that has features associated with it. It is a key column in database terms. Examples are <em>customer</em> and <em>product</em>.</td></tr><tr><td>Feature</td><td>A feature is an individual measurable property. It is a column in database terms. Examples are <em>user rating</em> (product data) and <em>humidity</em> (weather data).</td></tr><tr><td>GPU</td><td>A Graphics Processing Unit (GPU) is an electrical circuit that can rapidly process large amounts of calculations simultaneously, thus making it useful for accelerating the training of ML models.</td></tr><tr><td>InfraOps</td><td>Infrastructure Operations (InfraOps), the management and maintenance of a company's IT infrastructure.</td></tr><tr><td>IoT</td><td>Internet of Things (IoT)</td></tr><tr><td>IPYNB</td><td>Interactive Python Notebook (IPYNB), a text-based file used by the Jupyter Notebook.</td></tr><tr><td>JSON</td><td>JavaScript Object Notation (JSON)</td></tr><tr><td>Label</td><td>The actual output value that an ML model is trying to learn.</td></tr><tr><td>LLM</td><td>Large Language Model (LLM) is a type of machine learning that processes and generates language.</td></tr><tr><td>ML</td><td>Machine Learning (ML), an area of artificial intelligence where computers use algorithms and statistical models to analyze input data and predict output data, steadily learning and improving performance over time</td></tr><tr><td>ML model</td><td>A machine learning (ML) model is an algorithm that has been trained on a dataset to identify patterns in the dataset and make predictions based on those patterns.</td></tr><tr><td>RAG</td><td>Retrieval-Augmented Generation (RAG)</td></tr><tr><td>SQL</td><td>Structured Query Language (SQL), a relational database programming language</td></tr><tr><td>Streaming data</td><td>Data that is processed continuously in real time as it arrives</td></tr><tr><td>MLOps</td><td>Machine Learning Operations (MLOps), a set of practices and technologies for managing the machine learning (ML) lifecycle</td></tr><tr><td>UDF</td><td>User-Defined Function (UDF)</td></tr><tr><td>YAML</td><td>Yet Another Markup Language (YAML)</td></tr><tr><td></td><td></td></tr></tbody></table>


---

# 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://aizen-corp.gitbook.io/docs/introduction/glossary.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.
