Learn Before
Why feature design can matter more than model choice when data is scarce
Question: In a brief analytical response, explain why the decision between logistic regression and a neural network may matter less than careful feature design when you have only around 25 labeled examples.
Sample answer: With only around 25 labeled examples, how the inputs are represented can have a larger impact on performance than the choice between logistic regression and a neural network. In this setting, thoughtful feature design may help either model much more than switching from one algorithm to the other. Neither model is guaranteed to win, so there is no automatic reason to expect the neural network to beat the simpler method. Also, the advantage of neural networks is much less reliable on tiny datasets than it is when there is abundant training data. For that reason, feature engineering deserves close attention in very small data problems.
Key points:
- Very small datasets make feature design especially important
- Logistic regression and a neural network may perform similarly
- There is no guaranteed winner based only on model type
- Neural networks are not consistently better when data is scarce
Rubric: A strong response identifies the very small data regime, explains that feature design may matter more than the choice between logistic regression and a neural network, avoids claiming a guaranteed winner, and notes that neural-network advantages are less dependable with scarce data than with large datasets.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
With only about 20 labeled examples, which factor is likely to matter more?
A hand-crafted classifier is always superior to a neural network when the training set is very small.
With about 20 examples, _____ can matter more than algorithm choice.
Match each low-data idea with its meaning.
Arrange the steps for deciding what matters most when training data is extremely limited.
Why feature design can matter more than model choice when data is scarce
Identify the main concern for a team with only 20 labeled examples.
Why can a simple model’s advantage with very little data be hard to predict?
What is the most accurate takeaway about model performance when data size changes?
When a dataset contains only about 20 labeled examples, careful feature design can matter more than choosing between a linear model and a small neural network.