JavaScript is required

Phương pháp chọn mẫu dữ liệu nào sau đây dùng để khắc phục tình trạng over-fitting?

A.

Chọn mẫu ngẫu nhiên (Random sampling)

B.

Đánh giá chéo (k-fold cross validation)

C.

Hold-out

D.

Huấn luyện và kiểm thử trên cùng tập dữ liệu

Trả lời:

Đáp án đúng: C


Overfitting occurs when a model learns the training data too well, leading to good performance on the training data but poor performance on new data. K-fold cross-validation helps to estimate the performance of the model on unseen data and can help detect overfitting, but it does not directly fix it. It is a technique to *evaluate* the model's robustness and generalization.

Câu hỏi liên quan