*** Welcome to piglix ***

DistBelief

TensorFlow
TensorFlowLogo.png
Developer(s) Google Brain Team
Initial release November 9, 2015; 20 months ago (2015-11-09)
Stable release
1.2.0 / June 15, 2017; 61 days ago (2017-06-15)
Repository github.com/tensorflow/tensorflow
Written in Python, C++, CUDA
Platform Linux, macOS, Windows, Android
Type Machine learning library
License Apache 2.0 open source license
Website www.tensorflow.org

TensorFlow is an open-source software library for machine learning across a range of tasks, and developed by Google to meet their needs for systems capable of building and training neural networks to detect and decipher patterns and correlations, analogous to the learning and reasoning which humans use. It is currently used for both research and production at Google,‍   often replacing the role of its closed-source predecessor, DistBelief. TensorFlow was originally developed by the Google Brain team for internal Google use before being released under the Apache 2.0 open source license on November 9, 2015.

Starting in 2011, Google Brain built DistBelief as a proprietary machine learning system based on deep learning neural networks. Its use grew rapidly across diverse Alphabet companies in both research and commercial applications. Google assigned multiple computer scientists, including Jeff Dean, to simplify and refactor the codebase of DistBelief into a faster, more robust application-grade library, which became TensorFlow. In 2009, the team, led by Geoffrey Hinton, had implemented generalized backpropagation and other improvements which allowed generation of neural networks with substantially higher accuracy, for instance a 25% reduction in errors in speech recognition.

TensorFlow is Google Brain's second generation machine learning system, released as open source software on November 9, 2015. Version 1.0.0 was released on February 11, 2017. While the reference implementation runs on single devices, TensorFlow can run on multiple CPUs and GPUs (with optional CUDA extensions for general-purpose computing on graphics processing units). TensorFlow is available on 64-bit Linux, macOS, Windows, and mobile computing platforms including Android and iOS.


...
Wikipedia

...