Sponsored Links
-->

Friday, January 12, 2018

TensorFlow: Open source machine learning - YouTube
src: i.ytimg.com

TensorFlow is an open-source software library for dataflow programming across a range of tasks. It is a symbolic math library, and also used for machine learning applications such as neural networks. It is used for both research and production at Google,? often replacing its closed-source predecessor, DistBelief.

TensorFlow was developed by the Google Brain team for internal Google use. It was released under the Apache 2.0 open source license on November 9, 2015.


Video TensorFlow



History

DistBelief

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

TensorFlow is Google Brain's second generation system. 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 and SYCL 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.

TensorFlow computations are expressed as stateful dataflow graphs. The name TensorFlow derives from the operations that such neural networks perform on multidimensional data arrays. These arrays are referred to as "tensors". In June 2016, Dean stated that 1,500 repositories on GitHub mentioned TensorFlow, of which only 5 were from Google.

Tensor processing unit (TPU)

In May 2016 Google announced its tensor processing unit (TPU), an ASIC built specifically for machine learning and tailored for TensorFlow. TPU is a programmable AI accelerator designed to provide high throughput of low-precision arithmetic (e.g., 8-bit), and oriented toward using or running models rather than training them. Google announced they had been running TPUs inside their data centers for more than a year, and have found them to deliver an order of magnitude better-optimized performance per watt for machine learning.

In May 2017 Google announced the second-generation, as well as the availability of the TPUs in Google Compute Engine. The second-generation TPUs deliver up to 180 teraflops of performance, and when organized into clusters of 64 TPUs, provide up to 11.5 petaflops.

TensorFlow Lite

In May 2017 Google announced a software stack specifically for Android development, TensorFlow Lite, beginning with Android Oreo.

Applications

Google officially released RankBrain on October 26, 2015, backed by TensorFlow.


Maps TensorFlow



Features

TensorFlow provides a Python API, as well as C++, Haskell, Java, Go, and Rust APIs. Third party packages are available for C#, Julia, R, and Scala.


Deep Learning With Python & Tensorflow - PyConSG 2016 - YouTube
src: i.ytimg.com


Applications

Among the applications for which TensorFlow is the foundation, are automated image captioning software, such as DeepDream. RankBrain now handles a substantial number of search queries, replacing and supplementing traditional static algorithm based search results.


Running TensorFlow on Windows
src: blog.paperspace.com


See also

  • Artificial neural network
  • Comparison of deep learning software
  • Convolutional neural network
  • Deep learning
  • Machine learning

Deep Learning with TensorFlow - Introduction to TensorFlow - YouTube
src: i.ytimg.com


References


Research Blog: Supercharge your Computer Vision models with the ...
src: 2.bp.blogspot.com


External links

  • Official website
  • TensorFlow on GitHub
  • Sources stats

Source of article : Wikipedia