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 

11. Which tool is NOT Suited for building ANN models

  • Python
  • TensorFlow
  • Excel
  • Keras

12. Can we have multidimentional tensors

  • No tensor can have maximum two dimentions
  • Possible only in image data
  • Yes possible
  • Possible only in geo tagged data

13. Why Tensorflow uses computational graphs?

  • Tensors are nothing but computational graphs
  • Graphs are easy to plot
  • There is no such concept of computational graphs in TensorFlow
  • Calculations can be done in parallel

14. How do we perform caculations in TensorFlow?

  • We launch the computational graph in a session
  • We launch the sesssion inside a computational graph
  • By creating multiple tensors
  • By creating data frames

15. How do you feed external data into placeholders?

  • by using impoar data command
  • by using feed_dict
  • by using read data function
  • Not possible