
Answer-first summary for fast verification
Answer: Batch
The correct answer is Batch normalization (C). This is supported by multiple factors: 1) The question context specifies that 'Local penalty detection models must be written by using BrainScript,' and BrainScript in Microsoft Cognitive Toolkit (CNTK) specifically supports batch normalization as noted in the community discussion. 2) The scenario mentions that 'inference phases using a Stochastic Gradient Descent (SGD) are running too slow,' and batch normalization is well-known for speeding up training and improving stability by reducing internal covariate shift. 3) Community consensus strongly favors C with 100% agreement in the answers section and supporting comments explaining batch normalization's benefits for this use case. Other options are less suitable: Streaming normalization (A) is not relevant to this neural network context, Weight normalization (B) is an alternative but less commonly used than batch normalization, and Cosine normalization (D) is not a standard normalization technique for this scenario.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to implement a scaling strategy for the loan penalty detection data. Which normalization type should you use?
A
Streaming
B
Weight
C
Batch
D
Cosine