🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki

Słownik AI

Kompletny słownik sztucznej inteligencji

162
kategorie
2 032
podkategorie
23 060
pojęcia
📖
pojęcia

Position-wise Feed-Forward Network

Neural network applied independently to each position in the sequence in the Transformer architecture, performing nonlinear transformations after the attention mechanism.

📖
pojęcia

GELU Activation

Gaussian Error Linear Unit activation function used in Transformer FFNs, combining dropout and ReLU properties for stochastic regularization.

📖
pojęcia

Two-layer MLP

Standard multilayer architecture of FFNs in Transformers consisting of two linear transformations with a nonlinear activation function between them.

📖
pojęcia

Hidden Dimension Expansion

Dimensionality increase in the first layer of the FFN (typically 4x the model dimension) before reduction in the second layer, allowing more expressive capacity.

📖
pojęcia

Feed-Forward Dimension

Intermediate dimension of the FFN in Transformers, typically four times larger than the model dimension to increase representation capacity.

📖
pojęcia

Position-independent Processing

Fundamental feature of FFNs applying the same weights to all positions, unlike the attention mechanism which is position-dependent.

📖
pojęcia

Swish Activation

Alternative activation function to GELU in FFNs, defined as x * sigmoid(βx), offering comparable performance with better differentiability.

📖
pojęcia

GLU Variants

Gated Linear Units and their variants (GeGLU, SwiGLU) used as alternatives to standard FFNs, introducing gating mechanisms for selective information flow control.

📖
pojęcia

Feed-Forward Sublayer

Individual component of the Transformer block containing the FFN, including residual connections and layer normalization to stabilize training.

📖
pojęcia

Linear Transformation Matrices

Weights W1 and W2 of the FFN transforming respectively to the expanded dimension and returning to the original model dimension.

📖
pojęcia

FFN Dropout

Regularization mechanism applied after activation in Transformer FFNs, randomly deactivating neurons to prevent overfitting.

📖
pojęcia

Inner Layer Normalization

Application of layer normalization before or after the FFN in Transformer architecture, with pre-norm and post-norm variants affecting training stability.

📖
pojęcia

Mixture of Experts FFN

Extension of standard FFNs using multiple FFN experts selectively activated by a routing network, allowing capacity increase without proportional computational increase.

📖
pojęcia

ReLU-based FFN

FFN variant using ReLU as activation function, simpler but less performant than GELU for most Transformer applications.

📖
pojęcia

Feed-Forward Projection

Linear projection operation in FFNs transforming representations between spaces of different dimensionalities to capture complex relationships.

📖
pojęcia

Adaptive FFN

Advanced FFN architecture dynamically adjusting its parameters based on input context, improving flexibility for specific tasks.

🔍

Nie znaleziono wyników