🏠 Trang chủ
Benchmark
📊 Tất cả benchmark 🦖 Khủng long v1 🦖 Khủng long v2 ✅ Ứng dụng To-Do List 🎨 Trang tự do sáng tạo 🎯 FSACB - Trình diễn cuối cùng 🌍 Benchmark dịch thuật
Mô hình
🏆 Top 10 mô hình 🆓 Mô hình miễn phí 📋 Tất cả mô hình ⚙️ Kilo Code
Tài nguyên
💬 Thư viện prompt 📖 Thuật ngữ AI 🔗 Liên kết hữu ích

Thuật ngữ AI

Từ điển đầy đủ về Trí tuệ nhân tạo

162
danh mục
2.032
danh mục con
23.060
thuật ngữ
📖
thuật ngữ

Transformer for Time Series

Deep neural network architecture, initially designed for NLP, adapted to model complex and long-term dependencies in temporal sequential data through its attention mechanisms.

📖
thuật ngữ

Self-Attention

Process where each element in a time sequence interacts with all other elements in the same sequence to compute a contextual representation, essential for understanding internal dependencies.

📖
thuật ngữ

PatchTST

Transformer model that segments the time series into subsequences (patches) before processing them, reducing computational complexity and improving the ability to model local and global dependencies.

📖
thuật ngữ

Informer

Enhanced Transformer architecture introducing a sparse attention mechanism and distillation to effectively reduce complexity and mitigate the problem of forecast degradation over long horizons.

📖
thuật ngữ

Sparse Attention

Variant of the attention mechanism where each token only focuses on a selected subset of other tokens, drastically reducing computational cost from O(n²) to O(n log n) or O(n).

📖
thuật ngữ

Long-Horizon Forecasting

Prediction task involving estimating time series values over an extended time horizon, a major challenge where Transformers excel due to their handling of long-term dependencies.

📖
thuật ngữ

Long-Term Temporal Dependency

Statistical relationship between an observation and values far in the past, which traditional models like RNNs struggle to capture but which Transformers model effectively.

📖
thuật ngữ

Multi-Head Attention

Layer composed of multiple attention heads in parallel, concatenating their outputs to allow the model to focus on different positions and extract richer features.

📖
thuật ngữ

Bottleneck Transformer

Architecture variant that compresses the input sequence into a lower-dimensional latent space before applying attention mechanisms, to efficiently handle very long time series.

📖
thuật ngữ

Time Series Tokenization

Process of discretizing or segmenting a continuous time series into a sequence of discrete 'tokens', which serve as input to the Transformer's processing layers.

📖
thuật ngữ

Wash-out Effect

Phenomenon where relevant information from old time steps is lost or 'washed out' during propagation through multiple layers of a model, a problem that attention mechanisms aim to solve.

📖
thuật ngữ

Quadratic Complexity

Computational cost of O(n²) for standard attention, where n is the sequence length, which constitutes the main limitation of Transformers for very long time series.

📖
thuật ngữ

Contextual Representation

Embedding vector for a given time step that is computed based on all other time steps in the sequence, thus capturing its meaning and importance in the global context.

📖
thuật ngữ

Encoder-Decoder Layers

Transformer structure where the encoder processes the input sequence (history) to create a representation, and the decoder uses this representation to generate the output sequence (forecasts) step by step.

🔍

Không tìm thấy kết quả