SNN MCQ in Python - Quiz

  • A[2 3 4]
  • B[11 21 31]
  • C[1 2 3 1]
  • D[1 1 2 3]
  • Aw - learning_rate*dw
  • Bdw - learning_rate*w
  • Cw /learning_rate*dw
  • Dw +learning_rate*dw
  • A0 to infinity
  • B-0.5 to 1
  • C-1 to + 1
  • D0 to 1
  • A[[1 2 3] [2 4 6] [3 6 9]]
  • Bthrows error
  • C[[14]]
  • D[14]
  • Acurrent parameter value must be increased
  • Bcurrent parameter value must be decreased
  • Ccost function has reached its local minima
  • DNone of the options