03 : Generalization, Overfitting and Underfitting Flashcards

(5 cards)

1
Q

What is Generilazation?

A

Process of creating a model that is good at understanding new data because it learned overall patterns, not just memorized the specific training examples.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why Generalization important?

A
  • Consistency : A well-generalized model performance consistently across both training and test datasets.
  • Real-world predictions : Helps in making real world predictions rather than just fitting the training set.
  • Overfitting & Underfitting : Poor generalization leads to Overfitting & Underfitting, making the model unreliable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Factors affecting generalization?

A
  • Quality of data
  • Size of dataset
  • Model complexity
  • Regularization techniques
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Overfitting?

A

Process of creating a model that perform great at training data but bad at new data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Underfitting?

A

Creating a model that perform on poorly on training data, that will also perform poorly on testing data too.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly