Viqus Logo Viqus Logo
Home
Categories
Language Models Generative Imagery Hardware & Chips Business & Funding Ethics & Society Science & Robotics
Resources
AI Glossary Academy CLI Tool Labs
About Contact
Knowledge Base

AI Glossary

Every concept you need to navigate the world of Artificial Intelligence — from core fundamentals to cutting-edge research. Clear definitions, real-world context, expert-level depth.

55
Terms
7
Categories
3
Difficulty Levels
55 terms

Machine Learning

10 terms
Beginner

Machine Learning (ML)

A subfield of AI that develops algorithms allowing machines to learn patterns from data and make predictions or decisions — without being ex…

Beginner

Data Science

An interdisciplinary field combining statistics, programming, and domain expertise to extract knowledge and actionable insights from structu…

Beginner

Supervised Learning

A Machine Learning paradigm where a model is trained on a labeled dataset — examples with known correct answers — so it can learn to make pr…

Intermediate

Unsupervised Learning

A Machine Learning paradigm that works with unlabeled data, discovering hidden patterns, structures, or groupings on its own — without prede…

Intermediate

Reinforcement Learning (RL)

A Machine Learning paradigm where an agent learns to make decisions by interacting with an environment, receiving rewards for good actions a…

Intermediate

Semi-supervised Learning

A learning paradigm that combines a small amount of labeled data with a large amount of unlabeled data during training, achieving better per…

Intermediate

Overfitting

A modeling failure where a machine learning model learns the training data too closely — memorizing noise and edge cases — and subsequently …

Intermediate

Cross-Validation

A model evaluation technique that divides data into multiple subsets, repeatedly training on some and testing on the remainder, to obtain a …

Intermediate

Feature Engineering

The process of selecting, transforming, or creating input variables (features) from raw data to make machine learning algorithms work more e…

Intermediate

Hyperparameter Tuning

The process of systematically optimizing the configuration settings of a machine learning algorithm — settings set before training, not lear…

Deep Learning

11 terms
Intermediate

Deep Learning (DL)

A subfield of Machine Learning that uses artificial neural networks with many layers to learn extremely complex patterns directly from raw d…

Intermediate

Artificial Neural Network (ANN)

A computational model inspired by the human brain, composed of interconnected layers of nodes (neurons) that process information and learn c…

Intermediate

Activation Function

A mathematical function applied to each neuron's output that introduces non-linearity, enabling neural networks to learn complex, non-linear…

Advanced

Backpropagation

The foundational algorithm for training neural networks — it efficiently computes the gradient of the loss function with respect to every we…

Intermediate

Gradient Descent

An iterative optimization algorithm that minimizes a loss function by updating model parameters in small steps in the direction opposite to …

Intermediate

Convolutional Neural Network (CNN)

A neural network architecture specialized for grid-structured data (especially images) that uses learned filters to detect local features — …

Intermediate

Recurrent Neural Network (RNN)

A neural network architecture designed for sequential data that maintains a hidden state — a form of memory — allowing it to incorporate con…

Advanced

LSTM / GRU

Advanced Recurrent Neural Network variants that use gating mechanisms to selectively retain or forget information — overcoming the vanishing…

Advanced

Transformer

A neural network architecture that processes entire sequences in parallel using self-attention mechanisms — eliminating recurrence and enabl…

Advanced

Attention Mechanism

A technique that allows neural networks to dynamically focus on the most relevant parts of an input when producing each element of the outpu…

Intermediate

Dropout

A regularization technique that randomly deactivates a fraction of neurons during each training step, forcing the network to learn more robu…

Generative AI

9 terms
Beginner

Generative AI

A branch of AI focused on models that generate new, original content — text, images, audio, code, video — that is statistically similar to t…

Intermediate

Large Language Model (LLM)

A Transformer-based deep learning model trained on massive text corpora — capable of understanding, generating, translating, summarizing, an…

Advanced

Generative Adversarial Network (GAN)

A generative model architecture composed of two competing neural networks — a generator that creates synthetic data and a discriminator that…

Advanced

Variational Autoencoder (VAE)

A generative model that learns to encode data into a structured, continuous latent space and decode it back — enabling generation of new, si…

Beginner

ChatGPT

A conversational AI assistant developed by OpenAI, built on the GPT family of large language models and aligned with human preferences throu…

Intermediate

GPT (Generative Pre-trained Transformer)

A family of large language models developed by OpenAI using the Transformer decoder architecture, pre-trained on massive text datasets to pr…

Intermediate

BERT

Bidirectional Encoder Representations from Transformers — Google's landmark language model that reads text bidirectionally, capturing richer…

Intermediate

Fine-tuning

The process of adapting a large pre-trained model to a specific task or domain by continuing its training on a smaller, task-specific datase…

Beginner

Prompt Engineering

The practice of designing, refining, and structuring inputs (prompts) given to AI language models to elicit the most accurate, relevant, and…

No terms found

Try a different search term or clear your filters.