Prev Next

BigData / TensorFlow

1. What is TensorFlow?

Tensorflow is a computational framework from Google for creating machine learning models. It provides different toolkits that allow you to create models by choosing a different level of abstraction ranging from lower-level APIs such as series of mathematical operations to the higher level APIS su...

Read full answer

2. Difference between AI and machine learning.

Artificial intelligence (AI) refers to the study of how to train computers so that they can perform things that at present humans can do better. Therefore it is an intelligence where we want to add the capabilities to a machine that human contain. Machine Learning is the learning in which a machi...

Read full answer

3. Difference between machine learning and deep learning.

Machine learning uses algorithms that parse data, learn from that data, and then apply what is learned to make informed decisions. For example, youtube service displays the list of recommendations based on the video that we currently watch. Deep learning is just a subset of machine learning. Deep...

Read full answer

4. Different variable types in tensorflow.

tf.Variable, tf.constant, tf.placeholder, and tf.SpareTensor.

Read full answer

5. What is a tensor?

A tensor is a generalization of vectors and matrices to potentially higher dimensions. Internally, TensorFlow represents each tensors as a n-dimensional arrays of base datatypes.

Read full answer

6. What is the rank of a tensor?

The rank of a tensor is its number of dimensions. The term rank may also be referred as order or degree or n-dimension. Rank Math entity 0 Scalar (magnitude only) 1 Vector (magnitude and direction) 2 Matrix (table of numbers) 3 3-Tensor (cube of numbers) n n-Tensor

Read full answer

«
»

Comments & Discussions