Topic 2 Question 17
2 つ選択Which of these numbers are adjusted by a neural network as it learns from a training dataset (select 2 answers)?
Weights
Biases
Continuous features
Input values
解説
A neural network is a simple mechanism thats 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. Reference: https://cloud.google.com/blog/big-data/2016/07/understanding-neural-networks-with-tensorflow-playground
コメント(3)
Answer: A, B Description: The two are adjust to create a perfect model
👍 14[Removed]2020/03/28Answer : AB
👍 6[Removed]2020/03/21Answer: A,B
👍 1Thierry_12021/12/05
シャッフルモード