Loading, please wait...

Tensor Flow MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

16. out=tf.sigmoid(tf.add(tf.matmul(X,W), b))

  • Logistic Regression Equaltion
  • Deep ANN equation
  • Random Forest Equation
  • Linear Regression equation

17. C=-tf.reduce_sum(Y*tf.log(out))

  • C is a logistc regression line equation
  • C is a squared error loss function
  • C is a cross entropy loss functiom
  • C is a linear regression line equation

18. Can we use GPU for faster computations in TensorFlow

  • No, not possible
  • Possible only on cloud
  • Possible only with small datasets
  • Yes, possible

19. Which tool is a deep learning wrapper on TensorFlow

  • Python
  • Keras
  • PyTourch
  • Azure

20. How deep learning models are built on Keras

  • by using sequential models
  • by using feed_dict
  • by creating place holders and computational graphs
  • by creating data frames