AmitDiwan has Published 10744 Articles

How can MNIST data be used with TensorFlow for recognizing handwritten digits?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:29:22

278 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 ... Read More

How can TensorFlow used to train a linear model using Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:26:46

165 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 ... Read More

How can ‘placeholders’ in Tensorflow be used while multiplying matrices?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:24:49

250 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.It has optimization techniques that help in performing complicated mathematical operations quickly. ... Read More

How can Tensorflow be used to sum specific elements/rows of a matrix in Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:24:29

408 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.It has optimization techniques that help in performing complicated mathematical operations quickly. ... Read More

How can element wise multiplication be done in Tensorflow using Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:17:31

732 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. It has optimization techniques that help in performing complicated mathematical operations ... Read More

How can Tensorflow be used to multiply two matrices using Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:17:17

1K+ 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. It has optimization techniques that help in performing complicated mathematical operations ... Read More

How can Tensorflow be used to add two matrices using Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:15:41

619 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. It has optimization techniques that help in performing complicated mathematical operations ... Read More

How can TensorFlow be used to create a tensor and display a message using Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:15:25

177 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. It has optimization techniques that help in performing complicated mathematical operations ... Read More

How can Pygal be used to visualize a treemap in Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:12:56

255 Views

Visualizing data is an important step since it helps understand what is going on in the data without actually looking at the complicated working underneath it and performing complicated computations.Pygal is an open source Python package that helps in the creation of interactive plots, and SVG (Scalar Vector Graphics) images ... Read More

How can Pygal be used to generate Gauge plots in Python?

AmitDiwan

AmitDiwan

Updated on 19-Jan-2021 13:12:42

367 Views

Visualizing data is an important step since it helps understand what is going on in the data without actually looking at the complicated working underneath it and performing complicated computations.Pygal is an open source Python package that helps in the creation of interactive plots, and SVG (Scalar Vector Graphics) images ... Read More

Advertisements