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 

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

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

7. tf.reduce_sum(tf.square(out-Y))

  • Linear Model equation
  • Maximum Entropy loss function
  • Squared Error loss function
  • Feed_dict process

8. How can we improve the calculation speed in TensorFlow, without losing accuracy?

  • Using GPU
  • By doing random sampling on Tensors
  • By removing few nodes from computational graphs
  • by removing the hidden layers

9. Keras is a deep learning framework on which tool

  • R
  • TensorFlow
  • SAS
  • Azure

10. What is the meaning of model=sequentil() in Keras?

  • No such code in Keras
  • Keras should be used only for sequential models like RNNs
  • Keras builds sequential models
  • creates a computational graph