Google
PROFESSIONAL-DATA-ENGINEER · Question #70
Which of these numbers are adjusted by a neural network as it learns from a training dataset (select 2 answers)?
The correct answer is A. Weights B. Biases. Explanation/Reference: A neural network is a simple mechanism that's implemented with basic math. The only difference between the traditional programming model and a neural network is that you let the computer determine the parameters (weights and bias) by learning from training
Submitted by obi.ng· Mar 30, 2026Operationalizing machine learning models
Question
Which of these numbers are adjusted by a neural network as it learns from a training dataset (select 2 answers)?
Options
- AWeights
- BBiases
- CContinuous features
- DInput values
How the community answered
(24 responses)- A88% (21)
- C4% (1)
- D8% (2)
Explanation
Explanation/Reference: A neural network is a simple mechanism that's implemented with basic math. The only difference between the traditional programming model and a neural network is that you let the computer determine the parameters (weights and bias) by learning from training datasets.
Topics
#neural network#weights#biases#model training
Community Discussion
No community discussion yet for this question.