Company attributes
Product attributes
Software attributes
Other attributes
TensorFlow is an open source machine learning software library for numerical computation. It uses nodes to represent mathematical operations and graph edges represent the multidimensional data arrays or tensors communicated between them in the data graph.
Its architecture is flexible, it allows users to extend computation to one or more CPUs or GPUs in a desktop, server or mobile device with a single API.
TensorFlow was developed by researchers and engineers of Google Brain team within Google's Machine Intelligence research organization. Its original purpose was for conducting machine learning and deep neural networks research. It was applicable in a wide variety of other domains. Google initially released it on November 9, 2015 and was solidly released on December 8, 2017.
TensorFlow is the foundation of automated software, such as DeepDream and RankBrain. RankBrain now handles a significant number of search queries for Google, replacing and supplementing traditional static algorithm-based search results.
TensorFlow is written in C++ and currently has API available in Python, C++, Java and Go. It would build an computation graph and execute symbolic differentiation.