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ữ
Max Bin
Parameter controlling the maximum number of bins in the histogram algorithm, balancing training speed and model accuracy.
thuật ngữ
Leaf-wise vs Level-wise
Comparison of growth strategies: leaf-wise optimizes local loss reduction while level-wise uniformly develops all nodes at a level.
thuật ngữ
Missing Value Handling
LightGBM's built-in capability to automatically handle missing values by assigning them to the optimal direction during each split.
thuật ngữ
Regularization Lambda
Lambda_l1 and lambda_l2 parameters applying L1 (Lasso) and L2 (Ridge) regularization respectively to control model complexity.
thuật ngữ
Histogram Pooling
LightGBM's memory optimization technique reusing histograms between iterations to reduce dynamic memory allocation.
🔍