🏠 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ữ

Leaf-wise Growth

Tree splitting strategy that chooses the leaf with the largest reduction in loss to split, unlike level-wise growth, allowing for faster convergence with less depth.

📖
thuật ngữ

Feature Binning

Technique for discretizing continuous features into discrete intervals (bins) to speed up the calculation of split points and reduce memory footprint, at the cost of a slight loss in precision.

📖
thuật ngữ

Gradient-Based One-Side Sampling (GOSS)

Innovative sampling method from LightGBM that keeps all instances with large gradients and performs random sampling on those with small gradients, speeding up training without significant loss of accuracy.

📖
thuật ngữ

Exclusive Feature Bundling (EFB)

Dimensionality reduction algorithm that identifies and groups mutually exclusive features (rarely non-zero at the same time) into a single composite feature, thus reducing the number of features.

📖
thuật ngữ

Gradient Histogram

Data structure used by LightGBM to store gradients and hessians in bins, allowing for fast calculation of statistics for each potential split point during tree construction.

📖
thuật ngữ

Num Leaves

Main parameter of LightGBM that controls the maximum number of leaves in each tree, directly influencing model complexity and the bias-variance tradeoff; more important than `max_depth` for leaf-wise growth.

📖
thuật ngữ

L1 and L2 Regularization

Regularization parameters (`lambda_l1`, `lambda_l2`) applied to leaf weights to control model complexity and prevent overfitting by respectively penalizing high weights and the magnitude of the weights.

📖
thuật ngữ

Min Data in Leaf

Minimum number of samples required in a leaf (or minimum total weight), a key parameter to avoid creating overly specific leaves and combat overfitting in LightGBM models.

📖
thuật ngữ

CatBoost Feature Handling

LightGBM's ability to natively handle categorical features using a specific transformation that maps them to integers, thus avoiding manual one-hot encoding and improving efficiency.

📖
thuật ngữ

Leaf-wise Growth Overfitting

Specific risk of leaf-wise growth where the model can overfit by creating very deep and specialized leaves, requiring increased regularization (e.g., `num_leaves`, `min_data_in_leaf`) to control it.

📖
thuật ngữ

DART (Dropouts meet Multiple Additive Regression Trees)

Boosting variant implemented in LightGBM that applies the dropout technique to previous trees when adding a new tree, improving regularization and performance on certain datasets.

🔍

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