SNN MCQ in Python

Computer Science and Engineering > Neural Networks and Deep Learning

SNN MCQ in Python ➲ SNN MCQ in Python - Quiz


  • A [2 3 4]
  • B [11 21 31]
  • C [1 2 3 1]
  • D [1 1 2 3]
  • A w - learning_rate*dw
  • B dw - learning_rate*w
  • C w /learning_rate*dw
  • D w +learning_rate*dw
  • A 0 to infinity
  • B -0.5 to 1
  • C -1 to + 1
  • D 0 to 1
  • A False
  • B True
  • A [[1 2 3] [2 4 6] [3 6 9]]
  • B throws error
  • C [[14]]
  • D [14]
  • A [14 14 14]
  • B [14]
  • C [1 4 9]
  • D [1 2 3 1 2 3]
  • A current parameter value must be increased
  • B current parameter value must be decreased
  • C cost function has reached its local minima
  • D None of the options