Tensorflow Articles

Page 15 of 15

How can a DNN (deep neural network) model be built on Auto MPG dataset using TensorFlow?

AmitDiwan
AmitDiwan
Updated on 20-Jan-2021 214 Views

   Tensorflow is a machine learning framework that is provided by Google. It is an open−source framework used in conjunction with Python to implement algorithms, deep learning applications and much more. It is used in research and for production purposes.Tensor is a data structure used in TensorFlow. It helps connect edges in a flow diagram. This flow diagram is known as the ‘Data flow graph’. Tensors are nothing but multidimensional array or a list.The dataset we use is called the ‘Auto MPG’ dataset. It contains fuel efficiency of 1970s and 1980s automobiles. It includes attributes like weight, horsepower, displacement, and ...

Read More

How can a sequential model be built on Auto MPG dataset using TensorFlow?

AmitDiwan
AmitDiwan
Updated on 20-Jan-2021 241 Views

Tensorflow is a machine learning framework that is provided by Google. It is an open−source framework used in conjunction with Python to implement algorithms, deep learning applications and much more. It is used in research and for production purposes.The ‘tensorflow’ package can be installed on Windows using the below line of code −pip install tensorflowTensor is a data structure used in TensorFlow. It helps connect edges in a flow diagram. This flow diagram is known as the ‘Data flow graph’. Tensors are nothing but multidimensional array or a list. They can be identified using three main attributes −Rank − It ...

Read More
Showing 141–142 of 142 articles
« Prev 1 11 12 13 14 15 Next »
Advertisements