Tensorflow: Difference between revisions

From EMC23 - Satellite Of Love
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
TensorFlow is an open-source software library for [[Machine Learning]]. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks.
TensorFlow is an open-source software library for [[Machine Learning]]. It can be used across a range of tasks but has a particular focus on training and inference of [[Deep Learning]] neural networks.


Tensorflow is a symbolic math library based on dataflow and differentiable programming. It is used for both research and production at Google.
Tensorflow is a symbolic math library based on dataflow and differentiable programming. It is used for both research and production at Google.

Latest revision as of 21:53, 25 August 2021

TensorFlow is an open-source software library for Machine Learning. It can be used across a range of tasks but has a particular focus on training and inference of Deep Learning neural networks.

Tensorflow is a symbolic math library based on dataflow and differentiable programming. It is used for both research and production at Google.

TensorFlow was developed by the Google Brain team for internal Google use. It was released under the Apache License 2.0 in 2015. https://en.wikipedia.org/wiki/TensorFlow