Computer Science, asked by souravranjancoc, 10 months ago

Why is tensorflow Library used in Python?? How to use ot , easy example!​

Answers

Answered by adarshojha2003
0

your answer...

TensorFlow is an open source library for fast numerical computing. ... Unlike other numerical libraries intended for use in Deep Learning like Theano, TensorFlow was designed for use both in research and development and in production systems, not least RankBrain in Google search and the fun DeepDream project.

Answered by Anonymous
3

Well Tensorflow is an open source machine learning library, which is used to develop and train ML models.

Whereas deep learning is a study of artificial neural networks.

So, Tensorflow is a way to implement most of the things that we study in deep learning and machine learning into code.

PS: Machine learning and deep learning are different

Machine learning uses statistical data to predict the answer.

Deep learning uses artificially neural network or more than one hidden layer to predict the answer.

Tensor flow is the language of multi dimensions.

Similar questions