Learn Before
Decide whether a team's use of the label “Small NN” follows the source definition.
Case context: A team trains a neural network on the same supervised learning task and calls it a “Small NN” only because it performs slightly better.
Question: Diagnose the team's reasoning and state what evidence it should use to decide whether the label is appropriate.
Sample answer: The team's reasoning is incomplete because slightly better performance does not define a small neural network. It should examine whether the network has only a small number of hidden units, layers, or parameters. Those structural features, rather than the performance result, determine whether the source's “Small NN” label applies.
Key points:
- Slightly better performance is not the definition.
- The performance improvement is only a possible result.
- The team should inspect hidden units, layers, or parameters.
- The label should be based on network scale.
Rubric: The response should identify the misuse of performance as the defining criterion and replace it with the source-based criteria of hidden units, layers, or parameters.
0
1
Tags
Python Programming Language
Data Science
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Which description best matches a small neural network in this context?
A network must have few hidden units, few layers, and few parameters simultaneously to be called small.
A small neural network has only a small number of hidden units, layers, or _____.
Match each scale indicator to its role in identifying a small neural network.
Order the reasoning steps for deciding whether a network fits the source's “Small NN” label.
Explain why performance alone does not define a “Small NN” in the source.
Decide whether a team's use of the label “Small NN” follows the source definition.
What three network characteristics does the source use to describe a small neural network?
Which claim correctly separates network scale from the reported training outcome?
A neural network with few parameters can fit the source's “Small NN” description even when performance is not provided.