Explain why algorithm choice may be secondary in a very small data regime.
Question: In a concise analytical response, explain why choosing between logistic regression and a neural network may be less important than feature hand-engineering with about 20 training examples.
Sample answer: With about 20 training examples, the way features are hand-engineered can affect performance more than choosing logistic regression or a neural network. A traditional algorithm is therefore not guaranteed to outperform a neural network, nor is the neural network guaranteed to win. The small-dataset advantage of neural networks is less consistent than their advantage in the huge-data regime, so feature design should receive substantial attention.
Key points:
- Feature hand-engineering can dominate algorithm choice with about 20 examples.
- Logistic regression and a neural network may perform similarly enough that the algorithm choice matters less.
- Traditional algorithms may or may not do better.
- Neural-network performance advantages are less consistent on small datasets than on huge datasets.
Rubric: A strong response identifies the small data regime, explains the greater potential influence of feature hand-engineering, rejects a guaranteed winner between the two algorithms, and notes that neural-network strength on small datasets is less consistent than on huge 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 about 20 training examples, which decision is likely to have the larger effect?
Traditional algorithms always outperform neural networks on small datasets.
With about 20 examples, _____ can matter more than algorithm choice.
Match each small-data claim with its meaning.
Order the reasoning for choosing what to prioritize with very little training data.
Explain why algorithm choice may be secondary in a very small data regime.
Diagnose the priority for a team training models on only 20 examples.
Why can a traditional algorithm's small-data advantage be uncertain?
Which conclusion best reflects the source's comparison across dataset sizes?
With 20 examples, feature design may deserve more attention than switching model families.