Choosing a model for a very large labeled classification task
Case context: Your team has prepared a cleaned dataset for a new image classification problem. The training set contains exactly 1,000,000 labeled examples.
Question: What model family would you favor for this project, and why does the dataset size matter?
Sample answer: I would favor a neural network. With about one million labeled examples, a neural network is often a strong choice because large networks can make good use of very large datasets and usually improve as more labeled data becomes available.
Key points:
- Recommend a neural network.
- Use the dataset size of 1,000,000 labeled examples as the reason.
- Explain that neural networks tend to benefit from large amounts of training data.
Rubric: The answer must recommend a neural network and connect that recommendation to the presence of one million labeled examples.
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
Model choice with a large labeled dataset
Large labeled datasets and neural networks
A neural network is often worth considering when you have _____ labeled examples.
Matching data size with model choice
Choosing a Neural Network for a Large Dataset
Why very large datasets can favor neural networks
Choosing a model for a very large labeled classification task
Model choice when data is very large
When is a neural network often a strong choice?
A million labeled examples are too few for a neural network