19 Facts About TensorFlow

1.

TensorFlow is a free and open-source software library for machine learning and artificial intelligence.

FactSnippet No. 744,707
2.

TensorFlow was developed by the Google Brain team for internal Google use in research and production.

FactSnippet No. 744,708
3.

TensorFlow is available on 64-bit Linux, macOS, Windows, and mobile computing platforms including Android and iOS.

FactSnippet No. 744,709
4.

The name TensorFlow derives from the operations that such neural networks perform on multidimensional data arrays, which are referred to as tensors.

FactSnippet No. 744,710
5.

In January 2019, TensorFlow team released a developer preview of the mobile GPU inference engine with OpenGL ES 3.

FactSnippet No. 744,711

Related searches

Google Brain Windows API
6.

TensorFlow includes an “eager execution” mode, which means that operations are evaluated immediately as opposed to being added to a computational graph which is executed later.

FactSnippet No. 744,712
7.

In both eager and graph executions, TensorFlow provides an API for distributing computation across multiple devices with various distribution strategies.

FactSnippet No. 744,713
8.

TensorFlow offers a set of optimizers for training neural networks, including ADAM, ADAGRAD, and Stochastic Gradient Descent .

FactSnippet No. 744,714
9.

TensorFlow serves as the core platform and library for machine learning.

FactSnippet No. 744,715
10.

TensorFlow Lite has APIs for mobile apps or embedded devices to generate and deploy TensorFlow models.

FactSnippet No. 744,716
11.

TensorFlow Lite uses FlatBuffers as the data serialization format for network models, eschewing the Protocol Buffers format used by standard TensorFlow models.

FactSnippet No. 744,717
12.

Numpy is one of the most popular Python data libraries, and TensorFlow offers integration and compatibility with its data structures.

FactSnippet No. 744,718
13.

TensorFlow offers a variety of libraries and extensions to advance and extend the models and methods used.

FactSnippet No. 744,719
14.

Google used TensorFlow to create DermAssist, a free mobile application that allows users to take pictures of their skin and identify potential health complications.

FactSnippet No. 744,720
15.

Sinovation Ventures used TensorFlow to identify and classify eye diseases from optical coherence tomography scans.

FactSnippet No. 744,721
16.

TensorFlow was used to accurately assess a student's current abilities, and helped decide the best future content to show based on those capabilities.

FactSnippet No. 744,722
17.

E-commerce platform Carousell used TensorFlow to provide personalized recommendations for customers.

FactSnippet No. 744,723
18.

The cosmetics company ModiFace used TensorFlow to create an augmented reality experience for customers to test various shades of make-up on their face.

FactSnippet No. 744,724
19.

TensorFlow is the foundation for the automated image-captioning software DeepDream.

FactSnippet No. 744,725