What are the Pros and cons of using the TensorFlow?

devquora
devquora

Posted On: Feb 22, 2018

 

TensorFlow has a lot to offer. But one must be aware of all the pros and cons.

The advantages of using TensorFlow are as follows-

  • Graphs
  • Library Management
  • Debugging
  • Scalability
  • Pipelining

Even though it might seem as TensorFlow is an all-in-all application, here are some disadvantages of it which are worth considering-

  • Missing Symbolic Loops
  • No support for Windows
  • No GPU is supported other than conventional NVidia and only language support is available.
  • Computation Speed

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    TensorFlow Interview Questions

    What is TensorFlow? Please Explain

    TensorFlow is a platform where one can learn machine learning / deep learning/multilayer neural networks from the Google library. Libraries that use data science are helpful to describe complex networ...

    TensorFlow Interview Questions

    Enlist few major features of the TensorFlow.

    Below are major features of TensorFlow:TensorFlow has the biggest ability is to build neural networks using which machines can develop logical thinking and learning analogous to humans. It is one...

    TensorFlow Interview Questions

    What are the tensors ? How many types of tensors are available?

    Tensors can be thought of as vectors and matrices of higher dimensions. They represent n-dimensional arrays of base data-type. Each element of a tensor is of the same data-type which is always known. ...