massOfai

AI Glossary

Understand AI terminology

glossary.showing

Artificial Intelligence (AI)

AI/ML Fundamentals

Machines performing tasks that typically require human intelligence

glossary.clickToLearn

Machine Learning (ML)

AI/ML Fundamentals

Algorithms that learn from data without explicit programming

glossary.clickToLearn

Deep Learning

AI/ML Fundamentals

ML using multi-layered neural networks

glossary.clickToLearn

Supervised Learning

AI/ML Fundamentals

Training with labeled data (input + correct output)

glossary.clickToLearn

Unsupervised Learning

AI/ML Fundamentals

Finding patterns in unlabeled data

glossary.clickToLearn

Reinforcement Learning

AI/ML Fundamentals

Learning through trial and error with rewards/penalties

glossary.clickToLearn

Classification

AI/ML Fundamentals

Categorizing data into predefined classes

glossary.clickToLearn

Regression

AI/ML Fundamentals

Predicting continuous numerical values

glossary.clickToLearn

Clustering

AI/ML Fundamentals

Grouping similar data points together

glossary.clickToLearn

Neural Network

AI/ML Fundamentals

Brain-inspired computing model with interconnected nodes

glossary.clickToLearn

Overfitting

AI/ML Fundamentals

Model learns training data too well, performs poorly on new data

glossary.clickToLearn

Underfitting

AI/ML Fundamentals

Model is too simple to capture patterns in data

glossary.clickToLearn

Training

AI/ML Fundamentals

Process of teaching an ML model using data

glossary.clickToLearn

Validation

AI/ML Fundamentals

Evaluating model performance during training

glossary.clickToLearn

Testing

AI/ML Fundamentals

Final evaluation on completely unseen data

glossary.clickToLearn

Feature

AI/ML Fundamentals

Individual measurable property used for predictions

glossary.clickToLearn

Label

AI/ML Fundamentals

The correct answer in supervised learning

glossary.clickToLearn

Bayesian Inference

AI/ML Fundamentals

Probabilistic approach updating beliefs with evidence

glossary.clickToLearn

Causal Inference

AI/ML Fundamentals

Methods to identify cause-effect relationships

glossary.clickToLearn

AutoML

AI/ML Fundamentals

Automated model selection and tuning

glossary.clickToLearn

Hyperparameter Optimization

AI/ML Fundamentals

Searching for the best hyperparameters

glossary.clickToLearn

Gradient Boosting

AI/ML Fundamentals

Ensemble method building models sequentially to reduce errors

glossary.clickToLearn

XGBoost

AI/ML Fundamentals

Efficient, scalable gradient boosting implementation

glossary.clickToLearn

LightGBM

AI/ML Fundamentals

High-performance gradient boosting by Microsoft

glossary.clickToLearn

CatBoost

AI/ML Fundamentals

Gradient boosting with categorical features handling

glossary.clickToLearn

Probability

Math & Statistics

Measure of how likely events are to occur

glossary.clickToLearn

Statistics

Math & Statistics

Collecting, analyzing, interpreting data

glossary.clickToLearn

P-value

Math & Statistics

Probability of observing data at least as extreme under null hypothesis

glossary.clickToLearn

Confidence Interval

Math & Statistics

Range that likely contains the true parameter value

glossary.clickToLearn

Markov Chain

Math & Statistics

Sequence of events where next state depends only on current state

glossary.clickToLearn

Hidden Markov Model (HMM)

Math & Statistics

Statistical model with hidden states and observations

glossary.clickToLearn

Time Series

AI/ML Fundamentals

Data collected sequentially over time

glossary.clickToLearn

ARIMA

AI/ML Fundamentals

Classical statistical model for forecasting

glossary.clickToLearn

Prophet (forecasting)

AI/ML Fundamentals

Open-source forecasting tool by Meta

glossary.clickToLearn

Feature Store

Data & Infrastructure

Centralized storage for ML features

glossary.clickToLearn

Feature Engineering

AI/ML Fundamentals

Creating informative input variables from raw data

glossary.clickToLearn

Data Ingestion

Data & Infrastructure

Collecting and importing data for processing

glossary.clickToLearn

Data Quality

Data & Infrastructure

Measurement of data accuracy, completeness, and reliability

glossary.clickToLearn

Schema Registry

Data & Infrastructure

Centralized schema management for data streams

glossary.clickToLearn

Data Lineage

Data & Infrastructure

Tracking origin and transformations of data

glossary.clickToLearn

Data Catalog

Data & Infrastructure

Inventory of data assets with metadata

glossary.clickToLearn

Data Contracts

Data & Infrastructure

Agreements on data shape and quality between producers and consumers

glossary.clickToLearn

Apache Kafka

Data & Infrastructure

Distributed streaming platform

glossary.clickToLearn

Stream Processing

Data & Infrastructure

Processing data as it arrives in real-time

glossary.clickToLearn

Batch Processing

Data & Infrastructure

Processing large chunks of data periodically

glossary.clickToLearn

Model Registry

MLOps

Centralized store for models and metadata

glossary.clickToLearn

Model Serving

MLOps

Making models available for inference

glossary.clickToLearn

Canary Deployment

MLOps

Rolling out changes to a small subset of users first

glossary.clickToLearn

Blue-Green Deployment

MLOps

Maintain two production environments and switch traffic

glossary.clickToLearn

Shadow Mode

MLOps

Run new model in parallel without affecting users

glossary.clickToLearn

Model Drift

MLOps

Model performance degradation over time as data changes

glossary.clickToLearn

Data Drift

MLOps

Distributional changes in input data over time

glossary.clickToLearn

Concept Drift

MLOps

Underlying relationship between features and labels changes

glossary.clickToLearn

Model Monitoring

MLOps

Observing model health and performance in production

glossary.clickToLearn

Observability

MLOps

Ability to infer system state from logs, metrics, and traces

glossary.clickToLearn

Logging

Development & Tools

Recording events for debugging and audit

glossary.clickToLearn

Distributed Tracing

Development & Tools

Tracking requests across service boundaries

glossary.clickToLearn

SLI / SLO / SLA

Business & Strategy

Service-level indicators, objectives, and agreements

glossary.clickToLearn

Reproducibility

Development & Tools

Ability to reproduce results reliably

glossary.clickToLearn

Model Versioning

MLOps

Tracking model artifacts and metadata over time

glossary.clickToLearn

Checkpointing

Development & Tools

Saving model state periodically during training

glossary.clickToLearn

Knowledge Distillation

Neural Networks

Training small model (student) from large model (teacher)

glossary.clickToLearn

Model Pruning

Neural Networks

Removing redundant weights or neurons to shrink models

glossary.clickToLearn

Quantization

Neural Networks

Reducing numerical precision to shrink models and speed inference

glossary.clickToLearn

Mixed Precision

Neural Networks

Using lower precision where safe to speed training/inference

glossary.clickToLearn

ONNX

Development & Tools

Open Neural Network Exchange format

glossary.clickToLearn

TensorRT

Development & Tools

NVIDIA runtime for high-performance inference

glossary.clickToLearn

Edge Deployment

Deployment & Infrastructure

Running models on-device or near users

glossary.clickToLearn

TinyML

Deployment & Infrastructure

Machine learning on microcontrollers

glossary.clickToLearn

Federated Learning

Privacy & Security

Training across decentralized devices without centralizing data

glossary.clickToLearn

Differential Privacy

Privacy & Security

Mathematical guarantee that individual data contributions remain private

glossary.clickToLearn

Adversarial Example

Security

Inputs intentionally perturbed to fool models

glossary.clickToLearn

Robustness

Security

Model resilience to perturbations and distributional shifts

glossary.clickToLearn

Explainability

Ethics & Explainability

Understanding why a model made a decision

glossary.clickToLearn

SHAP

Ethics & Explainability

Shapley additive explanations for feature attribution

glossary.clickToLearn

LIME

Ethics & Explainability

Local Interpretable Model-agnostic Explanations

glossary.clickToLearn

Fairness

Ethics & Explainability

Ensuring models do not unfairly discriminate

glossary.clickToLearn

Bias in Data

Ethics & Explainability

Systematic errors in data that lead to unfair models

glossary.clickToLearn

Model Compliance

Business & Strategy

Meeting regulatory and legal requirements for models

glossary.clickToLearn

Model Governance

Business & Strategy

Policies and processes for responsible ML use

glossary.clickToLearn

Privacy

Privacy & Security

Protecting individuals’ personal data and rights

glossary.clickToLearn

GDPR

Privacy & Security

EU data protection regulation

glossary.clickToLearn

Encryption

Security

Securing data by transforming it into unreadable form without keys

glossary.clickToLearn

TLS (Transport Layer Security)

Security

Protocol securing internet communications

glossary.clickToLearn

Role-Based Access Control (RBAC)

Security

Access control model assigning permissions by role

glossary.clickToLearn

Secrets Management

Security

Securely storing and accessing credentials and keys

glossary.clickToLearn

Audit Logging

Security

Recording actions for accountability and forensics

glossary.clickToLearn

Capacity Planning

Infrastructure

Estimating resources needed to meet demand

glossary.clickToLearn

Benchmarking

Performance

Measuring system or model performance under controlled tests

glossary.clickToLearn

Profiling

Performance

Analyzing resource use and hotspots in code or models

glossary.clickToLearn

Throughput

Performance

Number of requests processed per unit time

glossary.clickToLearn

Latency

Performance

Time taken to complete a single request

glossary.clickToLearn

p95 / p99 Latency

Performance

Percentile-based latency metrics

glossary.clickToLearn

GPU

Hardware

Graphics Processing Unit used for parallel compute

glossary.clickToLearn

TPU

Hardware

Tensor Processing Unit by Google for ML workloads

glossary.clickToLearn

CUDA

Hardware

Parallel computing platform and API for NVIDIA GPUs

glossary.clickToLearn

FPGA

Hardware

Field-Programmable Gate Array for reconfigurable hardware acceleration

glossary.clickToLearn

ASIC

Hardware

Application-Specific Integrated Circuit

glossary.clickToLearn

Cold Start

Deployment & Infrastructure

Delay when initializing services or models not recently used

glossary.clickToLearn

Warm Start

Deployment & Infrastructure

Starting from previous state to accelerate startup

glossary.clickToLearn

Serverless

Deployment & Infrastructure

Run code without managing servers

glossary.clickToLearn

Sparse Representation

AI/ML Fundamentals

Using mostly-zero vectors to represent data efficiently

glossary.clickToLearn

Embedding Index

Data & Infrastructure

Storage and retrieval structure for vector embeddings

glossary.clickToLearn

Annoy

Data & Infrastructure

Approximate nearest neighbors library

glossary.clickToLearn

FAISS

Data & Infrastructure

Facebook AI Similarity Search library

glossary.clickToLearn

HNSW (Hierarchical Navigable Small World)

Data & Infrastructure

Graph-based ANN algorithm for vector search

glossary.clickToLearn

Recommendation System

AI/ML Fundamentals

Systems that suggest relevant items to users

glossary.clickToLearn

Collaborative Filtering

AI/ML Fundamentals

Recommends items based on other users’ preferences

glossary.clickToLearn

Matrix Factorization

AI/ML Fundamentals

Decompose user-item matrix into latent factors

glossary.clickToLearn

Graph Neural Network (GNN)

Neural Networks

Neural networks operating on graph-structured data

glossary.clickToLearn

Knowledge Graph

Data & Infrastructure

Graph storing entities and relationships for semantic queries

glossary.clickToLearn

RDF

Data & Infrastructure

Resource Description Framework for representing graph data

glossary.clickToLearn

SPARQL

Data & Infrastructure

Query language for RDF data

glossary.clickToLearn

Synthetic Data

Data & Infrastructure

Artificially generated data for training or testing

glossary.clickToLearn

Data Labeling

Data & Infrastructure

Annotating data with ground-truth labels

glossary.clickToLearn

Annotation Tooling

Data & Infrastructure

Software for labeling datasets efficiently

glossary.clickToLearn

Active Learning

AI/ML Fundamentals

Selectively labeling the most informative samples

glossary.clickToLearn

Semi-Supervised Learning

AI/ML Fundamentals

Learning from small labeled and large unlabeled datasets

glossary.clickToLearn

Self-Supervised Learning

AI/ML Fundamentals

Learning useful representations by creating proxy tasks from raw data

glossary.clickToLearn

Contrastive Learning

AI/ML Fundamentals

Representation learning by contrasting positive and negative pairs

glossary.clickToLearn

Representation Learning

AI/ML Fundamentals

Learning features or embeddings that capture data structure

glossary.clickToLearn

Embedding Dimension

AI/ML Fundamentals

Size of vector representation for entities or tokens

glossary.clickToLearn

Tokenizer

NLP & Text

Converts text to tokens the model understands

glossary.clickToLearn

Byte Pair Encoding (BPE)

NLP & Text

Subword segmentation algorithm

glossary.clickToLearn

WordPiece

NLP & Text

Tokenizer algorithm used by BERT

glossary.clickToLearn

Vocabulary (Vocab)

NLP & Text

Set of tokens the model recognizes

glossary.clickToLearn

Temperature (Sampling)

NLP & Text

Controls randomness in language model sampling

glossary.clickToLearn

Top-k Sampling

NLP & Text

Sampling from the k most probable tokens

glossary.clickToLearn

Top-p (Nucleus) Sampling

NLP & Text

Sampling from smallest set of tokens whose cumulative probability ≥ p

glossary.clickToLearn

Beam Search

NLP & Text

Heuristic search keeping top sequences during decoding

glossary.clickToLearn

Greedy Decoding

NLP & Text

Selecting highest-probability token at each step

glossary.clickToLearn

Reward Modeling

AI/ML Fundamentals

Learning a reward function from human feedback

glossary.clickToLearn

RLHF

AI/ML Fundamentals

Reinforcement Learning from Human Feedback

glossary.clickToLearn

Model Alignment

Ethics & Explainability

Ensuring model goals match human intent

glossary.clickToLearn

AI Safety

Ethics & Explainability

Designing AI systems to avoid harmful behavior

glossary.clickToLearn

Red Teaming

Security

Adversarial testing to find model failures

glossary.clickToLearn

Jitter (Time Series/Networking)

Performance

Variation in time between events or packet delays

glossary.clickToLearn

Throughput per Dollar

Cost & Ops

Measuring cost-efficiency of compute resources

glossary.clickToLearn

Cost Optimization

Cost & Ops

Reducing cloud and compute spend while maintaining performance

glossary.clickToLearn

Spot Instances

Cost & Ops

Discounted cloud instances that can be reclaimed

glossary.clickToLearn

Multi-Tenancy

Infrastructure

Serving multiple customers on shared infrastructure

glossary.clickToLearn

Isolation

Infrastructure

Separating workloads to prevent interference and leakage

glossary.clickToLearn

GPU Memory Optimization

Performance

Techniques to reduce GPU memory usage

glossary.clickToLearn

Model Sharding

Performance

Splitting model across devices for parallelism

glossary.clickToLearn

Distributed Training

Performance

Training across multiple machines or GPUs

glossary.clickToLearn

Distributed Data Parallel (DDP)

Performance

PyTorch mechanism for synchronous multi-GPU training

glossary.clickToLearn

Horovod

Performance

Distributed training library from Uber

glossary.clickToLearn

Checkpointing Strategy

Development & Tools

How often and what to save during training

glossary.clickToLearn

Experiment Tracking

Development & Tools

Recording experiments, parameters, and metrics systematically

glossary.clickToLearn

Weights & Biases (W&B)

Development & Tools

Platform for experiment tracking and model monitoring

glossary.clickToLearn

Ablation Study

AI/ML Fundamentals

Systematically removing components to measure their impact

glossary.clickToLearn

Sanity Checks

Development & Tools

Quick validations to ensure models behave as expected

glossary.clickToLearn

Unit Tests

Development & Tools

Tests for small units of code

glossary.clickToLearn

Integration Tests

Development & Tools

Tests that validate interactions between components

glossary.clickToLearn

End-to-End (E2E) Tests

Development & Tools

Full-system tests simulating real user flows

glossary.clickToLearn

Canary Testing

Development & Tools

Deploy changes to small group for early validation

glossary.clickToLearn

Rollback

Deployment & Infrastructure

Reverting to a previous stable version

glossary.clickToLearn

SLO Breach

Business & Strategy

When a service misses its performance objective

glossary.clickToLearn

Incident Response

Operations

Process for managing service disruptions

glossary.clickToLearn

Postmortem

Operations

Analysis after an incident to prevent recurrence

glossary.clickToLearn

Runbook

Operations

Step-by-step instructions for operational tasks

glossary.clickToLearn

Observability Pipeline

Development & Tools

Infrastructure for collecting and processing telemetry

glossary.clickToLearn

OpenTelemetry

Development & Tools

Standard for observability data (logs/metrics/traces)

glossary.clickToLearn

Prometheus

Development & Tools

Monitoring system and time-series database

glossary.clickToLearn

Grafana

Development & Tools

Visualization and dashboarding tool for metrics

glossary.clickToLearn

Loki

Development & Tools

Log aggregation system by Grafana Labs

glossary.clickToLearn

Incident Management

Operations

Coordinated process to respond to and resolve incidents

glossary.clickToLearn

Model

AI/ML Fundamentals

Trained algorithm that makes predictions

glossary.clickToLearn

Accuracy

AI/ML Fundamentals

Percentage of correct predictions

glossary.clickToLearn

Precision

AI/ML Fundamentals

Of predicted positives, how many are actually positive

glossary.clickToLearn

Recall (Sensitivity)

AI/ML Fundamentals

Of actual positives, how many did we find

glossary.clickToLearn

Convolutional Neural Network (CNN)

Neural Networks

Neural network specialized for processing grid-like data (images)

glossary.clickToLearn

Recurrent Neural Network (RNN)

Neural Networks

Neural network for sequential data with memory

glossary.clickToLearn

Long Short-Term Memory (LSTM)

Neural Networks

Advanced RNN that remembers long-term dependencies

glossary.clickToLearn

Transformer

Neural Networks

Attention-based architecture for sequence processing

glossary.clickToLearn

GPT (Generative Pre-trained Transformer)

Neural Networks

Large language model for text generation

glossary.clickToLearn

BERT (Bidirectional Encoder Representations from Transformers)

Neural Networks

Language model that understands context from both directions

glossary.clickToLearn

Generative Adversarial Network (GAN)

Neural Networks

Two networks competing to generate realistic data

glossary.clickToLearn

Autoencoder

Neural Networks

Neural network that learns compressed representations

glossary.clickToLearn

Attention Mechanism

Neural Networks

Focusing on relevant parts of input

glossary.clickToLearn

Activation Function

Neural Networks

Non-linear function determining neuron output

glossary.clickToLearn

Backpropagation

Neural Networks

Algorithm for training neural networks

glossary.clickToLearn

Dropout

Neural Networks

Regularization technique randomly ignoring neurons

glossary.clickToLearn

Batch Normalization

Neural Networks

Normalizing layer inputs during training

glossary.clickToLearn

Natural Language Processing (NLP)

NLP & Text

Teaching computers to understand and work with human language

glossary.clickToLearn

Tokenization

NLP & Text

Breaking text into smaller units (tokens)

glossary.clickToLearn

Word Embedding

NLP & Text

Representing words as numerical vectors

glossary.clickToLearn

Sentiment Analysis

NLP & Text

Determining emotional tone of text

glossary.clickToLearn

Named Entity Recognition (NER)

NLP & Text

Identifying and classifying named entities in text

glossary.clickToLearn

Large Language Model (LLM)

NLP & Text

Massive neural network trained on vast text data

glossary.clickToLearn

Retrieval-Augmented Generation (RAG)

NLP & Text

LLM enhanced with external knowledge retrieval

glossary.clickToLearn

Prompt Engineering

NLP & Text

Crafting inputs to get desired LLM outputs

glossary.clickToLearn

Computer Vision

Computer Vision

Teaching computers to understand images and videos

glossary.clickToLearn

Object Detection

Computer Vision

Finding and locating objects in images

glossary.clickToLearn

Image Segmentation

Computer Vision

Classifying every pixel in an image

glossary.clickToLearn

Face Recognition

Computer Vision

Identifying or verifying people from faces

glossary.clickToLearn

Optical Character Recognition (OCR)

Computer Vision

Converting images of text to actual text

glossary.clickToLearn

Image Classification

Computer Vision

Categorizing entire images

glossary.clickToLearn

Database

Data & Infrastructure

Organized collection of data stored electronically

glossary.clickToLearn

SQL (Structured Query Language)

Data & Infrastructure

Language for managing relational databases

glossary.clickToLearn

NoSQL

Data & Infrastructure

Non-relational databases for flexible data

glossary.clickToLearn

API (Application Programming Interface)

Data & Infrastructure

Interface allowing software components to communicate

glossary.clickToLearn

REST API

Data & Infrastructure

Web API following REST architectural principles

glossary.clickToLearn

Cloud Computing

Data & Infrastructure

On-demand computing resources over the internet

glossary.clickToLearn

Amazon Web Services (AWS)

Data & Infrastructure

Amazon's cloud computing platform

glossary.clickToLearn

Docker

Data & Infrastructure

Platform for containerizing applications

glossary.clickToLearn

Kubernetes (K8s)

Data & Infrastructure

Container orchestration platform

glossary.clickToLearn

ETL (Extract, Transform, Load)

Data & Infrastructure

Process of moving data between systems

glossary.clickToLearn

Vector Database

Data & Infrastructure

Database optimized for similarity search

glossary.clickToLearn

Framework

Development & Tools

Pre-built structure for building applications

glossary.clickToLearn

Library

Development & Tools

Collection of reusable code/functions

glossary.clickToLearn

Git

Development & Tools

Version control system for tracking code changes

glossary.clickToLearn

CI/CD

Development & Tools

Automating code integration and deployment

glossary.clickToLearn

Jupyter Notebook

Development & Tools

Interactive environment for code and documentation

glossary.clickToLearn

Minimum Viable Product (MVP)

Business & Strategy

Simplest version with core features

glossary.clickToLearn

Proof of Concept (POC)

Business & Strategy

Demonstration that an idea is feasible

glossary.clickToLearn

Scalability

Business & Strategy

Ability to handle growth

glossary.clickToLearn

Technical Debt

Business & Strategy

Cost of shortcuts taken during development

glossary.clickToLearn

F1 Score

AI/ML Fundamentals

Harmonic mean of precision and recall

glossary.clickToLearn

Confusion Matrix

AI/ML Fundamentals

Table showing prediction outcomes

glossary.clickToLearn

Cross-Validation

AI/ML Fundamentals

Validating on multiple data splits

glossary.clickToLearn

Hyperparameter

AI/ML Fundamentals

Configuration setting for learning algorithm

glossary.clickToLearn

Learning Rate

AI/ML Fundamentals

Step size for parameter updates during training

glossary.clickToLearn

Gradient Descent

AI/ML Fundamentals

Optimization algorithm minimizing loss

glossary.clickToLearn

Loss Function

AI/ML Fundamentals

Measures how wrong predictions are

glossary.clickToLearn

Batch Size

AI/ML Fundamentals

Number of samples processed before updating weights

glossary.clickToLearn

Epoch

AI/ML Fundamentals

One complete pass through training data

glossary.clickToLearn

Transfer Learning

AI/ML Fundamentals

Reusing pre-trained model for new task

glossary.clickToLearn

Fine-Tuning

AI/ML Fundamentals

Adapting pre-trained model to new task

glossary.clickToLearn

Data Augmentation

AI/ML Fundamentals

Creating variations of training data

glossary.clickToLearn

Regularization

AI/ML Fundamentals

Techniques to prevent overfitting

glossary.clickToLearn

Ensemble Learning

AI/ML Fundamentals

Combining multiple models for better predictions

glossary.clickToLearn

Random Forest

AI/ML Fundamentals

Ensemble of decision trees

glossary.clickToLearn

Decision Tree

AI/ML Fundamentals

Tree-like model of decisions

glossary.clickToLearn

Support Vector Machine (SVM)

AI/ML Fundamentals

Finds optimal decision boundary

glossary.clickToLearn

K-Means Clustering

AI/ML Fundamentals

Partitions data into K clusters

glossary.clickToLearn

Principal Component Analysis (PCA)

AI/ML Fundamentals

Dimensionality reduction technique

glossary.clickToLearn

Bias-Variance Tradeoff

AI/ML Fundamentals

Balance between underfitting and overfitting

glossary.clickToLearn

Perceptron

Neural Networks

Simplest neural network unit

glossary.clickToLearn

ReLU (Rectified Linear Unit)

Neural Networks

Activation function: max(0, x)

glossary.clickToLearn

Sigmoid Function

Neural Networks

S-shaped activation: 1/(1+e^-x)

glossary.clickToLearn

Softmax Function

Neural Networks

Converts logits to probabilities

glossary.clickToLearn

Pooling Layer

Neural Networks

Downsampling layer in CNNs

glossary.clickToLearn

Convolution

Neural Networks

Sliding window operation in CNNs

glossary.clickToLearn

ResNet (Residual Network)

Neural Networks

CNN with skip connections

glossary.clickToLearn

U-Net

Neural Networks

CNN for image segmentation

glossary.clickToLearn

Variational Autoencoder (VAE)

Neural Networks

Generative model learning latent representations

glossary.clickToLearn

YOLO (You Only Look Once)

Neural Networks

Real-time object detection architecture

glossary.clickToLearn

Gated Recurrent Unit (GRU)

Neural Networks

Simplified alternative to LSTM

glossary.clickToLearn

Sequence-to-Sequence (Seq2Seq)

Neural Networks

Encoder-decoder for sequence transformation

glossary.clickToLearn

Word2Vec

NLP & Text

Algorithm for learning word embeddings

glossary.clickToLearn

Part-of-Speech Tagging

NLP & Text

Labeling words with grammatical roles

glossary.clickToLearn

Lemmatization

NLP & Text

Reducing words to dictionary form

glossary.clickToLearn

Stemming

NLP & Text

Crude chopping to word root

glossary.clickToLearn

TF-IDF

NLP & Text

Term importance in documents

glossary.clickToLearn

Self-Attention

NLP & Text

Relating positions in sequence to each other

glossary.clickToLearn

Zero-Shot Learning

NLP & Text

Performing tasks without specific training examples

glossary.clickToLearn

Few-Shot Learning

NLP & Text

Learning from few examples

glossary.clickToLearn

Text Generation

NLP & Text

Creating new text using language models

glossary.clickToLearn

Machine Translation

NLP & Text

Automatically translating between languages

glossary.clickToLearn

MongoDB

Data & Infrastructure

Popular document-oriented NoSQL database

glossary.clickToLearn

Redis

Data & Infrastructure

In-memory key-value store

glossary.clickToLearn

PostgreSQL

Data & Infrastructure

Advanced open-source relational database

glossary.clickToLearn

Amazon S3

Data & Infrastructure

Cloud object storage service

glossary.clickToLearn

Amazon EC2

Data & Infrastructure

Virtual servers in AWS cloud

glossary.clickToLearn

AWS Lambda

Data & Infrastructure

Serverless compute service

glossary.clickToLearn

GraphQL

Data & Infrastructure

Query language for APIs

glossary.clickToLearn

WebSocket

Data & Infrastructure

Persistent two-way communication protocol

glossary.clickToLearn

Microservices

Data & Infrastructure

Architecture of small independent services

glossary.clickToLearn

Load Balancer

Data & Infrastructure

Distributes traffic across servers

glossary.clickToLearn

Caching

Data & Infrastructure

Storing frequently accessed data for fast retrieval

glossary.clickToLearn

Content Delivery Network (CDN)

Data & Infrastructure

Distributed network serving content

glossary.clickToLearn

GitHub

Development & Tools

Platform for hosting Git repositories

glossary.clickToLearn

Visual Studio Code

Development & Tools

Popular code editor

glossary.clickToLearn

Pytest

Development & Tools

Python testing framework

glossary.clickToLearn

TensorFlow

Development & Tools

Google's ML framework

glossary.clickToLearn

PyTorch

Development & Tools

Facebook's ML framework

glossary.clickToLearn

Hugging Face

Development & Tools

Platform for ML models and datasets

glossary.clickToLearn

MLflow

Development & Tools

ML lifecycle management platform

glossary.clickToLearn

Apache Airflow

Development & Tools

Workflow orchestration platform

glossary.clickToLearn

Agile

Business & Strategy

Iterative software development methodology

glossary.clickToLearn

DevOps

Business & Strategy

Combining development and operations

glossary.clickToLearn

MLOps

Business & Strategy

DevOps for machine learning

glossary.clickToLearn

A/B Testing

Business & Strategy

Comparing two versions to see which performs better

glossary.clickToLearn

Key Performance Indicator (KPI)

Business & Strategy

Measurable value showing progress toward goals

glossary.clickToLearn

Return on Investment (ROI)

Business & Strategy

Ratio of profit to cost

glossary.clickToLearn

Service Level Agreement (SLA)

Business & Strategy

Commitment to service availability/performance

glossary.clickToLearn

glossary.howToUse.title

  • glossary.howToUse.clickTerm
  • glossary.howToUse.useSearch
  • glossary.howToUse.filterCategory
  • glossary.howToUse.lookForLinks