All things you need to know about Tensorflow.

Question

TensorFlow: TensorFlow is an open-source software library released in 2015 by Google to make it easier for the developers to design, build, and train deep learning models. TensorFlow is originated as an internal library that the Google developers used to build the models in house, and we expect additional functionality to be added in the open-source version as they are tested and vetted in internal flavour. Although TensorFlow is the only one of several options available to the developers and we choose to use it here because of thoughtful design and ease of use.

At a high level, TensorFlow is a Python library that allows users to express arbitrary computation as a graph of data flows. Nodes in this graph represent mathematical operations, whereas edges represent data that is communicated from one node to another. Data in TensorFlow are represented as tensors, which are multidimensional arrays. Although this framework for thinking about computation is valuable in many different fields, TensorFlow is primarily used for deep learning in practice and research.

What are Tensors?

Tensor: In mathematics, it is an algebraic object that describes the linear mapping from one set of algebraic objects to another. Objects that the tensors may map between include, but are not limited to the vectors, scalars, and recursively, even other tensors (for example, a matrix is the map between vectors and thus a tensor. Therefore the linear map between matrices is also the tensor). Tensors are inherently related to the vector spaces and their dual spaces and can take several different forms.

For example, a scalar, a vector, a dual vector at a point, or a multi-linear map between vector spaces. Euclidean vectors and scalars are simple tensors. While tensors are defined as independent of any basis.

What are the features of Tensorflow?

  • One of the main features of TensorFlow is its ability to build neural networks
  • By using these neural networks, machines can perform logical thinking and learn similar to humans.
  • There are other tensors for processing, such as data loading, preprocessing, calculation, state, and outputs.
  • It considered not only as deep learning but also as the library for performing the tensor calculations, and it is the most excellent library when considered as the deep learning framework that can also describe basic calculation processing.
  • TensorFlow describes all calculation processes by calculation graph, no matter how simple the calculation is.

What are the advantages of Tensorflow?

  • It allows Deep Learning.
  • It is open-source and free.
  • It is reliable (and without major bugs).
  • It is backed by Google and a good community.
  • It is a skill recognized by many employers.
  • It is easy to implement.

List a few limitations of Tensorflow.

  • Has the GPU memory conflicts with Theano if imported in the same scope.
  • It has dependencies with other libraries.
  • Requires prior knowledge of advanced calculus and linear algebra along with a pretty good understanding of machine learning.

What are the use cases of Tensor flow?

Tensorflow is an important tool of deep learning, it has mainly five use cases, and they are:

  • Time Series
  • Image recognition
  • Sound Recognition
  • Video detection
  • Text-based Applications

What are the very important steps of Tensorflow architecture?

There are three main steps in the Tensorflow architecture are:

  • Pre-process the Data
  • Build a Model
  • Train and estimate the model
0
Jay SIngh 3 years 0 Answers 558 views Member 0

Leave an answer

Browse
Browse