What is the bias-variance tradeoff?
A model with high bias underfits data, while a model with high variance overfits. You must find the balance that minimizes total error.
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in Top 30 AI and Machine Learning Interview Questions
L1 (Lasso) shrinks weights to zero creating sparse models. L2 (Ridge) shrinks weights close to zero preventing dominant features.
By oversampling minority classes (SMOTE), undersampling majority classes, or using class weights in the loss function.
By providing factual reference texts directly in the prompt, telling the model to limit its answers to the provided context.
Still have questions?
Browse all our FAQs or reach out to our support team
