COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Yes, the model performance always increases
|
|
No, model performance always decreases
|
|
The model performance may increase, but it can lead to overfitting
|
|
The model performance may increase, but it can lead to underfitting
|
Detailed explanation-1: -Having more data certainly increases the accuracy of your model, but there comes a stage where even adding infinite amounts of data cannot improve any more accuracy. This is what we called the natural noise of the data.
Detailed explanation-2: -In conclusion, adding more features expands the hypothesis space making the data more sparse and this might lead to overfitting problems.
Detailed explanation-3: -Too many features can lead to overfitting because it can increase model complexity. There is greater chance of redundancy in features and of features that are not at all related to prediction.
Detailed explanation-4: -Many enterprises assume that more training data will improve their AI, but dataset size is just one of many factors that influence accuracy. More training data improves AI performance up to a certain point but can compromise performance beyond it.